Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .bumpy/docs-typos-and-fixes.md

This file was deleted.

5 changes: 0 additions & 5 deletions .bumpy/remove-pat-flags.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/bumpy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.3.0

<sub>2026-04-25</sub>

- [#51](https://github.com/dmno-dev/bumpy/pull/51) - Remove --pat-pr and --pat-comments flags; BUMPY_GH_TOKEN is now auto-detected for PR operations and comments always use the default token (fixes fork PR support)
- [#50](https://github.com/dmno-dev/bumpy/pull/50) _(patch)_ - Fix typos in docs/README, add claude to CLI help AI setup targets, and use changelog formatter for GitHub release bodies.

## 1.2.2

<sub>2026-04-24</sub>
Expand Down
2 changes: 1 addition & 1 deletion packages/bumpy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varlock/bumpy",
"version": "1.2.2",
"version": "1.3.0",
"description": "Modern monorepo versioning and changelog tool",
"keywords": [
"bump",
Expand Down