From 14083e64ac8cf1f5e54356df00b9779b23e192a1 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 30 Aug 2025 18:52:36 +0900 Subject: [PATCH] Release 2.58.29 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3df5b9d8..d6507da5 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.58.29] - 2025-08-30 + - Update `vacuum@latest` to 0.17.11. ## [2.58.28] - 2025-08-29 @@ -4380,7 +4382,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.58.28...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.58.29...HEAD +[2.58.29]: https://github.com/taiki-e/install-action/compare/v2.58.28...v2.58.29 [2.58.28]: https://github.com/taiki-e/install-action/compare/v2.58.27...v2.58.28 [2.58.27]: https://github.com/taiki-e/install-action/compare/v2.58.26...v2.58.27 [2.58.26]: https://github.com/taiki-e/install-action/compare/v2.58.25...v2.58.26