From c44f6b046f1c29ae5918b1e0bfdbb2f1813836fd Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Wed, 22 Jul 2026 10:56:14 +0000 Subject: [PATCH] Release 2.84.1 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 941532f3..c52cee2d 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.84.1] - 2026-07-22 + - Update `wasmtime@latest` to 47.0.1. - Update `wasm-tools@latest` to 1.254.0. @@ -7084,7 +7086,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.84.0...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.84.1...HEAD +[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 [2.83.4]: https://github.com/taiki-e/install-action/compare/v2.83.3...v2.83.4 [2.83.3]: https://github.com/taiki-e/install-action/compare/v2.83.2...v2.83.3