chore(release): bump to v0.14.1 for stable Marketplace promotion#148
Merged
Conversation
v0.14.0 shipped to the Marketplace pre-release channel only. The channel forbids republishing an existing version without its pre-release flag, so promoting the 0.13+0.14 work to stable requires a fresh version number. v0.14.1 is functionally identical to the 0.14.0 pre-release; the VSIX differs only in the version string. The tag also re-anchors traceability past #147 (jest-junit VSIX exclusion), which landed after the v0.14.0 tag. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Bumps
VERSION,vscode-extension/package.json, andCHANGELOG.mdto v0.14.1.Why
v0.14.0 (and the entire 0.13 line) shipped to the VS Code Marketplace pre-release channel only. The last stable release on the default channel is v0.12.1. The Marketplace forbids republishing an already-published version (
0.14.0) without its pre-release flag, so promoting the 0.13 + 0.14 work to stable requires a fresh version number.v0.14.1 is functionally identical to the 0.14.0 pre-release — the packaged VSIX differs only in the version string (90,571 vs 90,582 bytes). No CLI, schema, or extension behavior change.
The
v0.14.1tag (cut on main HEAD after this merges) also re-anchors traceability: thev0.14.0tag predated #147 (fix(vscode): exclude jest-junit output from the VSIX); the new tag includes it.Gate
make release-checkgreen: 15/15 dogfood specs pass, 0 lint errors, VSIX built at 0.14.1.vsce publishhappen after merge + tag. Not done by automation.🤖 Generated with Claude Code