From b23c83949ccaee05b69f67e606215c7a9789fa54 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 31 Mar 2024 00:20:37 +0900 Subject: [PATCH] Release 2.31.3 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68d0e24e..f3043053 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.31.3] - 2024-03-30 + - Update `git-cliff@latest` to 2.2.0. ## [2.31.2] - 2024-03-28 @@ -1969,7 +1971,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.31.2...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.31.3...HEAD +[2.31.3]: https://github.com/taiki-e/install-action/compare/v2.31.2...v2.31.3 [2.31.2]: https://github.com/taiki-e/install-action/compare/v2.31.1...v2.31.2 [2.31.1]: https://github.com/taiki-e/install-action/compare/v2.31.0...v2.31.1 [2.31.0]: https://github.com/taiki-e/install-action/compare/v2.30.0...v2.31.0