From 4a27a04f8a48ceb6b30a8541bae8994ce2ea4dd7 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 24 Aug 2024 19:33:16 +0900 Subject: [PATCH] Release 2.42.33 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03e58260..12bf4f55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +## [2.42.33] - 2024-08-24 + - Update `git-cliff@latest` to 2.5.0. ## [2.42.32] - 2024-08-24 @@ -2642,7 +2644,8 @@ Note: This release is considered a breaking change because installing on version Initial release -[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.42.32...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.42.33...HEAD +[2.42.33]: https://github.com/taiki-e/install-action/compare/v2.42.32...v2.42.33 [2.42.32]: https://github.com/taiki-e/install-action/compare/v2.42.31...v2.42.32 [2.42.31]: https://github.com/taiki-e/install-action/compare/v2.42.30...v2.42.31 [2.42.30]: https://github.com/taiki-e/install-action/compare/v2.42.29...v2.42.30