From 41ef8c65f4034ff24ab1cc2cef52f3000bcf9523 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Tue, 28 Oct 2025 09:47:37 +0900 Subject: [PATCH] Release 2.62.40 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca85186c..bfd325c8 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.40] - 2025-10-28 + - Update `wasm-bindgen@latest` to 0.2.105. ## [2.62.39] - 2025-10-27 @@ -4831,7 +4833,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.39...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.62.40...HEAD +[2.62.40]: https://github.com/taiki-e/install-action/compare/v2.62.39...v2.62.40 [2.62.39]: https://github.com/taiki-e/install-action/compare/v2.62.38...v2.62.39 [2.62.38]: https://github.com/taiki-e/install-action/compare/v2.62.37...v2.62.38 [2.62.37]: https://github.com/taiki-e/install-action/compare/v2.62.36...v2.62.37