From 37bdc826eaedac215f638a96472df572feab0f9b Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Wed, 19 Mar 2025 03:20:12 +0900 Subject: [PATCH] Release 2.49.30 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a53bcb2..81e512e6 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.49.30] - 2025-03-18 + - Update `dprint@latest` to 0.49.1. ## [2.49.29] - 2025-03-18 @@ -3704,7 +3706,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.49.29...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.49.30...HEAD +[2.49.30]: https://github.com/taiki-e/install-action/compare/v2.49.29...v2.49.30 [2.49.29]: https://github.com/taiki-e/install-action/compare/v2.49.28...v2.49.29 [2.49.28]: https://github.com/taiki-e/install-action/compare/v2.49.27...v2.49.28 [2.49.27]: https://github.com/taiki-e/install-action/compare/v2.49.26...v2.49.27