From 4e4bd7581b31d16325dbc509db8f743917eef3fe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 02:41:12 +0000 Subject: [PATCH] chore(main): release 1.3.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 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..6d35d53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.3.2](https://github.com/boneskull/gh-stack/compare/v1.3.1...v1.3.2) (2026-09-04) + + +### 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)) + ## [1.3.1](https://github.com/boneskull/gh-stack/compare/v1.3.0...v1.3.1) (2026-07-21)