diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 001eb2c..2be9c43 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.2" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index aba762f..621e36f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.0](https://github.com/boneskull/gh-stack/compare/v0.1.2...v0.2.0) (2026-02-04) + + +### Features + +* add undo command ([#20](https://github.com/boneskull/gh-stack/issues/20)) ([2ad9b1b](https://github.com/boneskull/gh-stack/commit/2ad9b1bd284b599d393c6787387b98058116a040)) + ## [0.1.2](https://github.com/boneskull/gh-stack/compare/v0.1.1...v0.1.2) (2026-02-03)