Release 0.11.0 — bump version + pin sweep to fire autorelease#56
Merged
Conversation
Bumps package.json + server.json + plugin.json to 0.11.0 so auto-tag.yml fires mcp-v0.11.0 on merge and release.yml ships @leadbay/mcp@0.11.0 to npm + creates the GitHub release with the .mcpb asset. Sweeps every @leadbay/mcp@0.10 pin (bin.ts install output, READMEs, server.json, dxt manifest, plugin manifest, install-flags + login-collision tests) to @0.11. CHANGELOG entry documents the auto-update feature. Co-Authored-By: Claude Opus 4.7 (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.
Summary
Follow-up to #55. The auto-update feature landed on main but the version-bump commit didn't make it into the squash, so `auto-tag.yml` never fired — `packages/mcp/package.json` is still `0.10.1` and there's no `mcp-v0.11.0` tag/release.
This PR bumps `packages/mcp/package.json`, `server.json` (top-level + packages[0].version), and the Claude Code plugin manifest to `0.11.0`, sweeps every `@leadbay/mcp@0.10` npx pin (bin.ts install output, READMEs, server.json, dxt manifest, plugin manifest, install-flags + login-collision tests) to `@0.11`, and adds the 0.11.0 CHANGELOG entry describing the auto-update flow. On merge, `auto-tag.yml` pushes `mcp-v0.11.0` and `release.yml` ships to npm + creates the GitHub release with the `.mcpb` asset.
Test plan
🤖 Generated with Claude Code