From cc153c439a4ebad38a775bafde55ebda2ec7a75b Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 21 May 2022 09:20:53 +0900 Subject: [PATCH] Release 1.3.9 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c542c1e9..36fc4e6f 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] +## [1.3.9] - 2022-05-21 + - Update `wasmtime@latest` to 0.37.0. ## [1.3.8] - 2022-05-12 @@ -122,7 +124,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com Initial release -[Unreleased]: https://github.com/taiki-e/install-action/compare/v1.3.8...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v1.3.9...HEAD +[1.3.9]: https://github.com/taiki-e/install-action/compare/v1.3.8...v1.3.9 [1.3.8]: https://github.com/taiki-e/install-action/compare/v1.3.7...v1.3.8 [1.3.7]: https://github.com/taiki-e/install-action/compare/v1.3.6...v1.3.7 [1.3.6]: https://github.com/taiki-e/install-action/compare/v1.3.5...v1.3.6