From 60784cb1f434ce8a3cc04670ea753e1c8868e17e Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Mon, 27 May 2024 08:51:32 +0900 Subject: [PATCH] Release 2.33.34 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdfbc79d..e474ebe3 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.33.34] - 2024-05-26 + - Update `dprint@latest` to 0.46.1. ## [2.33.33] - 2024-05-25 @@ -2217,7 +2219,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.33.33...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.33.34...HEAD +[2.33.34]: https://github.com/taiki-e/install-action/compare/v2.33.33...v2.33.34 [2.33.33]: https://github.com/taiki-e/install-action/compare/v2.33.32...v2.33.33 [2.33.32]: https://github.com/taiki-e/install-action/compare/v2.33.31...v2.33.32 [2.33.31]: https://github.com/taiki-e/install-action/compare/v2.33.30...v2.33.31