Skip to content

release: v0.0.15 - #153

Merged
kdr merged 1 commit into
mainfrom
version-0.0.15
Aug 5, 2026
Merged

release: v0.0.15#153
kdr merged 1 commit into
mainfrom
version-0.0.15

Conversation

@kdr

@kdr kdr commented Aug 5, 2026

Copy link
Copy Markdown
Owner

Patch version bump so the Dependabot lockfile fixes (#147/#150/#151/#152) ship to npm.

npm version patch --no-git-tag-version per RELEASING.md — sync-version.mjs propagated 0.0.15 to src/version.ts, .claude-plugin/plugin.json, .claude-plugin/marketplace.json, and vscode/package.json+lock (7 files, verified with sync-version.mjs --check).

After merge, cut the tag on main to trigger the npm publish + binary release train:

git checkout main && git pull && git tag v0.0.15 && git push origin v0.0.15

Verification

suite result
npm test 1319/1319 pass, exit 0
npm run test:e2e (offline) 367/367 passed, 0 failed, exit 0
node scripts/sync-version.mjs --check all surfaces match 0.0.15
node dist/bin/overcast.js --version --json {"overcast":"0.0.15","pi":"0.82.1","node":"24.17.0"}

Note

Low Risk
Version-metadata-only bump with no runtime or security logic changes.

Overview
Patch release that bumps the published version from 0.0.14 to 0.0.15 so recent lockfile/dependency fixes can ship on npm and the release train.

The change is limited to synchronized version strings: root package.json / package-lock.json, OVERCAST_VERSION in src/version.ts, Claude plugin metadata (plugin.json, marketplace.json), and the VS Code extension package.json / lockfile. No application logic or behavior changes in this diff.

Reviewed by Cursor Bugbot for commit 2501773. Bugbot is set up for automated code reviews on this repo. Configure here.

npm version patch --no-git-tag-version; sync-version propagated 0.0.15
to src/version.ts, both .claude-plugin manifests, and vscode
package.json/package-lock.json. Tag v0.0.15 on main after merge to
trigger the npm publish + binary release train.
@kdr
kdr merged commit d989208 into main Aug 5, 2026
5 checks passed
@kdr
kdr deleted the version-0.0.15 branch August 5, 2026 06:51
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.

1 participant