From 9a29ce630c67077a359246f3e4f84941e05f28b5 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Thu, 22 Dec 2022 11:24:47 +0900 Subject: [PATCH] Release 1.17.3 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1096cf4..10f8ae7c 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.17.3] - 2022-12-22 + - Update `wasmtime@latest` to 4.0.0. ## [1.17.2] - 2022-12-17 @@ -459,7 +461,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.17.2...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v1.17.3...HEAD +[1.17.3]: https://github.com/taiki-e/install-action/compare/v1.17.2...v1.17.3 [1.17.2]: https://github.com/taiki-e/install-action/compare/v1.17.1...v1.17.2 [1.17.1]: https://github.com/taiki-e/install-action/compare/v1.17.0...v1.17.1 [1.17.0]: https://github.com/taiki-e/install-action/compare/v1.16.0...v1.17.0