diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8d16b2c..dc77001 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.34" + ".": "0.1.35" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e154d0..bf512f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,13 @@ - **errors:** classify mixed-case generic `not found` gh errors as `NOT_FOUND` instead of falling back to `UNKNOWN` +## [0.1.35](https://github.com/kunchenguid/gh-axi/compare/gh-axi-v0.1.34...gh-axi-v0.1.35) (2026-08-30) + + +### Bug Fixes + +* **release:** correctly promote and demote releases ([#132](https://github.com/kunchenguid/gh-axi/issues/132)) ([22b6151](https://github.com/kunchenguid/gh-axi/commit/22b6151ced05f254f75c1e0202e80c91385f41e6)) + ## [0.1.34](https://github.com/kunchenguid/gh-axi/compare/gh-axi-v0.1.33...gh-axi-v0.1.34) (2026-08-23) diff --git a/package.json b/package.json index 2c71360..a0dec6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gh-axi", - "version": "0.1.34", + "version": "0.1.35", "packageManager": "pnpm@11.1.1", "description": "AXI-compliant gh CLI wrapper — token-efficient TOON output, contextual suggestions, idempotent mutations", "type": "module",