diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c3f1463..96f1cd9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.0" + ".": "1.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7791166..bea94fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.0](https://github.com/boneskull/gh-stack/compare/v1.2.0...v1.3.0) (2026-07-12) + + +### Features + +* **sync:** add -y/--yes flag ([#136](https://github.com/boneskull/gh-stack/issues/136)) ([f7cf20c](https://github.com/boneskull/gh-stack/commit/f7cf20c48856412a18d224dc8b5cca6649de5d62)) + ## [1.2.0](https://github.com/boneskull/gh-stack/compare/v1.1.0...v1.2.0) (2026-07-08)