From 1fa01ed5c64b4a54cd74d0869e67d4672569e93c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 04:11:16 +0000 Subject: [PATCH] chore(main): release 0.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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)