diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c3f1463..41ea87d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.0" + ".": "1.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3965e69..7d6ffda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.1](https://github.com/aetherpak/setup-cli/compare/v1.2.0...v1.2.1) (2026-06-03) + + +### Bug Fixes + +* handle the use of latest tag alias correctly ([ac23052](https://github.com/aetherpak/setup-cli/commit/ac2305258e5cea590cc89d9cf429324115c7459d)) + ## [1.2.0](https://github.com/aetherpak/setup-cli/compare/v1.1.2...v1.2.0) (2026-06-03)