From cbb1dcaa26e1459e2876c39f61c1e22a1258aac5 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Mon, 16 Mar 2026 10:53:08 +0900 Subject: [PATCH] Release 2.68.33 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 429bf844..b6684650 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.68.33] - 2026-03-16 + - Update `dprint@latest` to 0.53.0. ## [2.68.32] - 2026-03-15 @@ -5901,7 +5903,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.68.32...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.68.33...HEAD +[2.68.33]: https://github.com/taiki-e/install-action/compare/v2.68.32...v2.68.33 [2.68.32]: https://github.com/taiki-e/install-action/compare/v2.68.31...v2.68.32 [2.68.31]: https://github.com/taiki-e/install-action/compare/v2.68.30...v2.68.31 [2.68.30]: https://github.com/taiki-e/install-action/compare/v2.68.29...v2.68.30