From 65835784ace7c5a78745b6dbeb9bf85346430497 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Fri, 31 Jan 2025 14:32:14 +0900 Subject: [PATCH] Release 2.47.32 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f7bff08a..17ec380f9 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.32] - 2025-01-31 + - Update `typos@latest` to 1.29.5. ## [2.47.31] - 2025-01-30 @@ -3436,7 +3438,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.31...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.47.32...HEAD +[2.47.32]: https://github.com/taiki-e/install-action/compare/v2.47.31...v2.47.32 [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