From 0fc560009ad92371154ca652dcf2620d19331eee Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Tue, 21 May 2024 10:16:19 +0900 Subject: [PATCH] Release 2.33.27 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4a9ee04..04ecfc87 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.27] - 2024-05-21 + - Update `wasmtime@latest` to 21.0.0. ## [2.33.26] - 2024-05-19 @@ -2187,7 +2189,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.26...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.33.27...HEAD +[2.33.27]: https://github.com/taiki-e/install-action/compare/v2.33.26...v2.33.27 [2.33.26]: https://github.com/taiki-e/install-action/compare/v2.33.25...v2.33.26 [2.33.25]: https://github.com/taiki-e/install-action/compare/v2.33.24...v2.33.25 [2.33.24]: https://github.com/taiki-e/install-action/compare/v2.33.23...v2.33.24