Skip to content

release: v1.10.0#52

Merged
danielmeppiel merged 1 commit into
mainfrom
release-v1.10.0
Jun 25, 2026
Merged

release: v1.10.0#52
danielmeppiel merged 1 commit into
mainfrom
release-v1.10.0

Conversation

@danielmeppiel

Copy link
Copy Markdown
Collaborator

TL;DR

Cut v1.10.0 (minor). Since v1.9.1, main gained the update input feature (#46/#51) plus the .zip bundle-detection fix (#47) and routine dependency bumps. A new backward-compatible input mandates a minor bump; @v1 consumers auto-heal on the tag push.

What changed

Why this matters now

The .zip fix (#47) unblocks the GH-AW Compatibility job in microsoft/apm releases: apm pack --archive defaults to .zip at apm >= 0.20 (microsoft/apm#1720), and that job runs with apm-version = the apm release tag (currently 0.21.0). Pre-fix @v1 only detected .tar.gz and failed. Releasing v1.10.0 and moving v1 lands the fix for @v1 consumers.

Validation

  • npm run typecheck clean
  • npm run lint clean
  • npm run build clean; dist/ has no drift after a fresh build (version bump is not embedded in the bundle)
  • npm test: 195 passed, 5 suites

Release mechanics (post-merge)

After merge, pushing tag v1.10.0 triggers ci.yml's release job: force-moves the floating v1 tag and publishes a GitHub release. No v2; no downstream break.

Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com

Minor release. Since v1.9.1 the default branch gained the `update` input
(#46/#51, a backward-compatible additive feature) plus the .zip
bundle-detection fix (#47) and routine dependency bumps (#48, #28, #50).

- package.json / package-lock.json: 1.9.1 -> 1.10.0
- CHANGELOG: cut [1.10.0] from [Unreleased]; add the missing Fixed entry
  for .zip archive detection (#47), which was merged without a changelog
  line. The `update` input Added entry carries over.

dist/ verified clean (no drift) after a fresh `npm run build`; the
version bump is not embedded in the bundle. typecheck, lint, and the
full 195-test suite pass.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings June 25, 2026 18:52

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR cuts the v1.10.0 release by bumping the npm package version and promoting the previously merged update input feature and .zip bundle-detection fix into the changelog for a minor release.

Changes:

  • Bump package version 1.9.1 → 1.10.0 in package.json and package-lock.json.
  • Cut a new [1.10.0] - 2026-06-25 section in CHANGELOG.md.
  • Add the previously-missing changelog entry documenting the .zip archive detection fix, plus supporting reference links.
Show a summary per file
File Description
package.json Updates the package version to 1.10.0 for the release.
package-lock.json Keeps the lockfile’s top-level and root package versions in sync at 1.10.0.
CHANGELOG.md Adds the 1.10.0 release notes and missing .zip detection fix entry with link references.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 2/3 changed files
  • Comments generated: 0

@danielmeppiel danielmeppiel merged commit d723bb6 into main Jun 25, 2026
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants