Skip to content

v1.37.1

Latest

Choose a tag to compare

@yidakee yidakee released this 11 May 20:09
· 10 commits to main since this release
3ca99e6

Fixed

  • hooks -- guarded the pre-push hook's --verify invocation with a plugin-name check, mirroring validate-commit.sh's existing guard. Without this, third-party repos shipping their own scripts/bump-version.sh (e.g., SWT v2.3.5's in-tree version bumper) had every package.json version field silently overwritten with the literal string "--verify" on every push. The new guard verifies .claude-plugin/plugin.json exists and reports name == "vbw" before invoking --verify; non-VBW repos now skip the check silently. (Issue #635, PR #636)

Full Changelog: v1.37.0...v1.37.1