diff --git a/.bumpy/docs-typos-and-fixes.md b/.bumpy/docs-typos-and-fixes.md deleted file mode 100644 index 09caeb0..0000000 --- a/.bumpy/docs-typos-and-fixes.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@varlock/bumpy': patch ---- - -Fix typos in docs/README, add claude to CLI help AI setup targets, and use changelog formatter for GitHub release bodies. diff --git a/.bumpy/remove-pat-flags.md b/.bumpy/remove-pat-flags.md deleted file mode 100644 index 1c3f175..0000000 --- a/.bumpy/remove-pat-flags.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@varlock/bumpy': minor ---- - -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) diff --git a/packages/bumpy/CHANGELOG.md b/packages/bumpy/CHANGELOG.md index 9fdbf3f..a5bbe72 100644 --- a/packages/bumpy/CHANGELOG.md +++ b/packages/bumpy/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 1.3.0 + +2026-04-25 + +- [#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 2026-04-24 diff --git a/packages/bumpy/package.json b/packages/bumpy/package.json index 49eb9b9..aca9017 100644 --- a/packages/bumpy/package.json +++ b/packages/bumpy/package.json @@ -1,6 +1,6 @@ { "name": "@varlock/bumpy", - "version": "1.2.2", + "version": "1.3.0", "description": "Modern monorepo versioning and changelog tool", "keywords": [ "bump",