- Updated GitHub Actions workflow to accept version_type input (patch/minor)
- Modified bump-version.ts script to support both patch and minor version increments
- Patch: increments patch version (e.g., 3.0.5 → 3.0.6)
- Minor: increments minor version and resets patch to 0 (e.g., 3.0.5 → 3.1.0)
- Replaced single bump-version command with two separate commands:
- bump-patch: triggers workflow with version_type=patch
- bump-minor: triggers workflow with version_type=minor
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>