From 3d7d7cd5ac7f994c1892ae0c06165095b9139094 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 25 Jul 2026 05:44:06 +0000 Subject: [PATCH] Release 2.85.1 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32e07bd6..81b4fe6c 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.85.1] - 2026-07-25 + - Update `vacuum@latest` to 0.30.0. - Update `uv@latest` to 0.11.32. @@ -7114,7 +7116,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.85.0...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.85.1...HEAD +[2.85.1]: https://github.com/taiki-e/install-action/compare/v2.85.0...v2.85.1 [2.85.0]: https://github.com/taiki-e/install-action/compare/v2.84.1...v2.85.0 [2.84.1]: https://github.com/taiki-e/install-action/compare/v2.84.0...v2.84.1 [2.84.0]: https://github.com/taiki-e/install-action/compare/v2.83.4...v2.84.0