From a533731dca077df9a3f937b9dcafcf679010d002 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Fri, 25 Oct 2024 02:34:38 +0900 Subject: [PATCH] Release 2.44.50 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 866c1d83..71c1219b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +## [2.44.50] - 2024-10-24 + - Update `typos@latest` to 1.26.3. ## [2.44.49] - 2024-10-24 @@ -2964,7 +2966,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.44.49...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.44.50...HEAD +[2.44.50]: https://github.com/taiki-e/install-action/compare/v2.44.49...v2.44.50 [2.44.49]: https://github.com/taiki-e/install-action/compare/v2.44.48...v2.44.49 [2.44.48]: https://github.com/taiki-e/install-action/compare/v2.44.47...v2.44.48 [2.44.47]: https://github.com/taiki-e/install-action/compare/v2.44.46...v2.44.47