diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5d02000..bf5f1fb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.1" + ".": "0.6.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 03736cf..3fec29e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.2](https://github.com/boneskull/gh-stack/compare/v0.6.1...v0.6.2) (2026-04-08) + + +### Bug Fixes + +* **git:** auto-accept commit message when continuing rebase ([#71](https://github.com/boneskull/gh-stack/issues/71)) ([4e4fbb8](https://github.com/boneskull/gh-stack/commit/4e4fbb8ac7ab3b9bcf48991125101ce24e7fbb3b)), closes [#49](https://github.com/boneskull/gh-stack/issues/49) + ## [0.6.1](https://github.com/boneskull/gh-stack/compare/v0.6.0...v0.6.1) (2026-04-08)