From 8b3c737da4b541bf0fb5a3e0488ff20535badac9 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 20 Jun 2026 07:50:06 +0000 Subject: [PATCH] Release 2.82.1 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 167a21e6..aaf5a9e7 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.82.1] - 2026-06-20 + - Update `vacuum@latest` to 0.29.4. - Update `uv@latest` to 0.11.22. @@ -6864,7 +6866,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.82.0...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.82.1...HEAD +[2.82.1]: https://github.com/taiki-e/install-action/compare/v2.82.0...v2.82.1 [2.82.0]: https://github.com/taiki-e/install-action/compare/v2.81.11...v2.82.0 [2.81.11]: https://github.com/taiki-e/install-action/compare/v2.81.10...v2.81.11 [2.81.10]: https://github.com/taiki-e/install-action/compare/v2.81.9...v2.81.10