From b6b20c0d6bc653f34e3c32d87d4426120f34864f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 23:26:00 +0000 Subject: [PATCH] chore(main): release 1.3.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9049e2f..0bb4db2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.1" + ".": "1.3.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 54e7243..661acf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.3.2](https://github.com/boneskull/gh-stack/compare/v1.3.1...v1.3.2) (2026-09-15) + + +### Bug Fixes + +* **deps:** update module github.com/cli/go-gh/v2 to v2.15.0 ([#157](https://github.com/boneskull/gh-stack/issues/157)) ([3e5a341](https://github.com/boneskull/gh-stack/commit/3e5a3419d12dc0b31b22b60364f17647f9e4c511)) +* **deps:** update module github.com/cli/go-gh/v2 to v2.16.0 ([#159](https://github.com/boneskull/gh-stack/issues/159)) ([f338efa](https://github.com/boneskull/gh-stack/commit/f338efa6a40cb776f34321ccd64257a4f22fe32f)) +* **deps:** update module github.com/cli/go-gh/v2 to v2.16.1 ([#162](https://github.com/boneskull/gh-stack/issues/162)) ([4c2ac06](https://github.com/boneskull/gh-stack/commit/4c2ac0656641d293c7d4a23fbcda7b9a2c757985)) + ## [1.3.1](https://github.com/boneskull/gh-stack/compare/v1.3.0...v1.3.1) (2026-07-21)