From 76a1fec160a6ce3d9efbecc54b2e6304f1887695 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Thu, 30 Jan 2025 14:14:31 +0900 Subject: [PATCH] Release 2.47.31 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f06fc36..0e75c08c 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.47.31] - 2025-01-30 + - Fix checksum error with `wash@0.38.0` on macOS. (They rebuilt binaries for some reason.) ## [2.47.30] - 2025-01-28 @@ -3432,7 +3434,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.47.30...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.47.31...HEAD +[2.47.31]: https://github.com/taiki-e/install-action/compare/v2.47.30...v2.47.31 [2.47.30]: https://github.com/taiki-e/install-action/compare/v2.47.29...v2.47.30 [2.47.29]: https://github.com/taiki-e/install-action/compare/v2.47.28...v2.47.29 [2.47.28]: https://github.com/taiki-e/install-action/compare/v2.47.27...v2.47.28