Skip to content

Bump version to 1.0.10 - #68

Merged
SVilgelm merged 1 commit into
mainfrom
bump-1.0.10
Aug 9, 2026
Merged

Bump version to 1.0.10#68
SVilgelm merged 1 commit into
mainfrom
bump-1.0.10

Conversation

@SVilgelm

@SVilgelm SVilgelm commented Aug 9, 2026

Copy link
Copy Markdown
Member

The v1.0.9 tag was pushed without a corresponding version bump, so the publish workflow stopped at its tag/package.json guard (package.json version (1.0.8) does not match git tag (1.0.9)) and nothing reached npm — latest is still 1.0.8. The guard worked as intended; there is nothing to roll back.

This bumps the three places that have to move together — package.json, package-lock.json, and the McpServer literal in src/main.ts — going to 1.0.10 rather than moving the already-published v1.0.9 tag, so no public ref gets rewritten. v1.0.9 stays a dead tag.

Verified locally: the workflow's version guard passes against a v1.0.10 tag, fmt:check / lint / build are green, and a production npm pack --dry-run confirms dist/plugin.zip is in the tarball (the packaging trap that broke v1.0.0 and v1.0.1).

Once this merges, tagging v1.0.10 on the merge commit will trigger the release.

v1.0.9 was tagged without a version bump, so the publish workflow's
tag/package.json guard failed and nothing was released. Skipping to
1.0.10 rather than moving the already-pushed v1.0.9 tag.

Assisted-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Signed-off-by: Sergey Vilgelm <sergey@vilgelm.com>
Copilot AI lite review requested due to automatic review settings August 9, 2026 01:17

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@SVilgelm
SVilgelm merged commit 0f73002 into main Aug 9, 2026
5 checks passed
@SVilgelm
SVilgelm deleted the bump-1.0.10 branch August 9, 2026 01:18
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