From 7e1dca9e0c58340bd342a8aa00ad82587936018d Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Wed, 22 Jan 2025 10:44:53 +0900 Subject: [PATCH] Release 2.47.23 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1de12f9..1d843caf 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.47.23] - 2025-01-22 + - Update `wasmtime@latest` to 29.0.1. ## [2.47.22] - 2025-01-21 @@ -3376,7 +3378,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.47.22...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.47.23...HEAD +[2.47.23]: https://github.com/taiki-e/install-action/compare/v2.47.22...v2.47.23 [2.47.22]: https://github.com/taiki-e/install-action/compare/v2.47.21...v2.47.22 [2.47.21]: https://github.com/taiki-e/install-action/compare/v2.47.20...v2.47.21 [2.47.20]: https://github.com/taiki-e/install-action/compare/v2.47.19...v2.47.20