From 51cd0b8c0499559d9a4d75c0f5c67bec3a894ec8 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Fri, 1 May 2026 20:38:51 +0000 Subject: [PATCH] Release 2.75.28 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42e1398c..6db9777c 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.75.28] - 2026-05-01 + - Update `wasmtime@latest` to 44.0.1. - Update `typos@latest` to 1.46.0. @@ -6405,7 +6407,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.75.27...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.75.28...HEAD +[2.75.28]: https://github.com/taiki-e/install-action/compare/v2.75.27...v2.75.28 [2.75.27]: https://github.com/taiki-e/install-action/compare/v2.75.26...v2.75.27 [2.75.26]: https://github.com/taiki-e/install-action/compare/v2.75.25...v2.75.26 [2.75.25]: https://github.com/taiki-e/install-action/compare/v2.75.24...v2.75.25