From 637f86308402b47bec2d9220e09b190ee6951425 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Fri, 1 Dec 2023 20:03:57 +0900 Subject: [PATCH] Release 2.21.25 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f8bee79..4389d7c0 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.21.25] - 2023-12-01 + - Update `dprint@latest` to 0.43.2. ## [2.21.24] - 2023-12-01 @@ -1477,7 +1479,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.21.24...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.21.25...HEAD +[2.21.25]: https://github.com/taiki-e/install-action/compare/v2.21.24...v2.21.25 [2.21.24]: https://github.com/taiki-e/install-action/compare/v2.21.23...v2.21.24 [2.21.23]: https://github.com/taiki-e/install-action/compare/v2.21.22...v2.21.23 [2.21.22]: https://github.com/taiki-e/install-action/compare/v2.21.21...v2.21.22