From 2714ce9d196f992fbcf4d80080f88b5379947806 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 20:42:20 +0000 Subject: [PATCH] chore(main): release 1.3.1 --- .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 96f1cd9..9049e2f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.0" + ".": "1.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index bea94fa..54e7243 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.1](https://github.com/boneskull/gh-stack/compare/v1.3.0...v1.3.1) (2026-07-21) + + +### Bug Fixes + +* --web opens a browser tab for every PR when submitting a multi-branch stack ([#135](https://github.com/boneskull/gh-stack/issues/135)) ([6550109](https://github.com/boneskull/gh-stack/commit/655010993806b77d5c7950616da6d8d6e0c2f56d)) + ## [1.3.0](https://github.com/boneskull/gh-stack/compare/v1.2.0...v1.3.0) (2026-07-12)