diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bf5f1fb..7e23a4f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.2" + ".": "0.6.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d39814..cf6ff6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.6.3](https://github.com/boneskull/gh-stack/compare/v0.6.2...v0.6.3) (2026-04-14) + + +### Bug Fixes + +* **deps:** update module github.com/charmbracelet/bubbles to v0.21.1 ([#87](https://github.com/boneskull/gh-stack/issues/87)) ([37e572a](https://github.com/boneskull/gh-stack/commit/37e572a5f513c5379fa565eb3e424190b6d01332)) +* **prompt:** support ESC to skip PR creation ([#85](https://github.com/boneskull/gh-stack/issues/85)) ([bfce25d](https://github.com/boneskull/gh-stack/commit/bfce25d3d04ed6201a40344a7d25a5425bb38765)) +* **prompt:** support ESC to skip PR creation in huh form ([bfce25d](https://github.com/boneskull/gh-stack/commit/bfce25d3d04ed6201a40344a7d25a5425bb38765)), closes [#78](https://github.com/boneskull/gh-stack/issues/78) +* **restack:** prevent stale fork points from triggering incorrect --onto rebases ([#83](https://github.com/boneskull/gh-stack/issues/83)) ([a9af01a](https://github.com/boneskull/gh-stack/commit/a9af01a1e7f39896023bd5d7cecfbcb2a9744668)) + ## [0.6.2](https://github.com/boneskull/gh-stack/compare/v0.6.1...v0.6.2) (2026-04-08)