From daa3c1f1f9a9d46f686d9fc2f65773d0c293688b Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Tue, 1 Apr 2025 00:26:54 +0900 Subject: [PATCH] Release 2.49.40 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13dc0d38..6b7b41e7 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.49.40] - 2025-03-31 + - Update `typos@latest` to 1.31.1. ## [2.49.39] - 2025-03-30 @@ -3756,7 +3758,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.49.39...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.49.40...HEAD +[2.49.40]: https://github.com/taiki-e/install-action/compare/v2.49.39...v2.49.40 [2.49.39]: https://github.com/taiki-e/install-action/compare/v2.49.38...v2.49.39 [2.49.38]: https://github.com/taiki-e/install-action/compare/v2.49.37...v2.49.38 [2.49.37]: https://github.com/taiki-e/install-action/compare/v2.49.36...v2.49.37