chore(release): 0.3.3 stats validation hotfix#29
Merged
Merged
Conversation
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 this changes
Bumps the release-facing metadata from
0.3.2to0.3.3inpackage.json,manifest.json, andserver.json.Adds the
0.3.3changelog entry for the stats validation hotfix merged in #28.This creates a user-visible release version change only after
v0.3.3is tagged.Why
PR #28 fixed the
notes.readstats validation failure and thestats.vaultmalformed frontmatter scan failure, but it did not change the package or registry metadata.The release workflow only runs on
v*tags. Sincemainstill had0.3.2metadata, av0.3.3tag would have produced stale bundle metadata and npm would still see0.3.2.How
The release metadata is aligned at
0.3.3across the npm package, MCP bundle manifest, and MCP registry server file.The changelog documents the fixed
notes.readoutput shape and thestats.vaultskipped-note behavior.What behavior is preserved
No runtime code changes are included here. The behavior fix remains the code already merged in #28.
Risk remains
After this PR merges, the release still requires pushing tag
v0.3.3so.github/workflows/release.ymlcan build bundles, create the GitHub release, run VirusTotal, and publish npm.How reviewers can verify it
Local checks run: