From 6cc14f7f2f4b3129aff07a8b071d2d4f2733465d Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Wed, 12 Nov 2025 10:52:13 +0900 Subject: [PATCH] Release 2.62.50 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97efc57b..5a103b14 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.62.50] - 2025-11-12 + - Update `wasmtime@latest` to 38.0.4. - Update `coreutils@latest` to 0.4.0. @@ -4923,7 +4925,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.62.49...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.62.50...HEAD +[2.62.50]: https://github.com/taiki-e/install-action/compare/v2.62.49...v2.62.50 [2.62.49]: https://github.com/taiki-e/install-action/compare/v2.62.48...v2.62.49 [2.62.48]: https://github.com/taiki-e/install-action/compare/v2.62.47...v2.62.48 [2.62.47]: https://github.com/taiki-e/install-action/compare/v2.62.46...v2.62.47