From 5bad9a8186917dc2e4285596463b6a7d018d2255 Mon Sep 17 00:00:00 2001 From: "aetherpak-action-bot[bot]" <287672503+aetherpak-action-bot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 10:53:43 +0000 Subject: [PATCH] chore(main): release 1.2.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 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)