From fa74350937904e17e0004cac46760863967dd3ce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 23:55:51 +0000 Subject: [PATCH] chore(main): release 1.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5fdd883..c3f1463 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cd3a4a0..7791166 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.2.0](https://github.com/boneskull/gh-stack/compare/v1.1.0...v1.2.0) (2026-07-08) + + +### Features + +* batch push branches ([#125](https://github.com/boneskull/gh-stack/issues/125)) ([2250f2b](https://github.com/boneskull/gh-stack/commit/2250f2bb81bf9bd3c7bce85a08d470d40cb36a92)) + + +### Bug Fixes + +* **orphan:** allow orphaning branches whose parent link is invalid ([#123](https://github.com/boneskull/gh-stack/issues/123)) ([370efb1](https://github.com/boneskull/gh-stack/commit/370efb106acc038447d4699004cefbdadfdc1a71)) + ## [1.1.0](https://github.com/boneskull/gh-stack/compare/v1.0.0...v1.1.0) (2026-05-08)