From 5b7f19ed4759822ecb1606f4680073f9c0e78410 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Fri, 20 Sep 2024 00:25:08 +0900 Subject: [PATCH] Release 2.44.5 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02e8c4b0..6b3b095f 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.44.5] - 2024-09-19 + - Update `biome@latest` to 1.9.2. ## [2.44.4] - 2024-09-19 @@ -2756,7 +2758,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.4...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.44.5...HEAD +[2.44.5]: https://github.com/taiki-e/install-action/compare/v2.44.4...v2.44.5 [2.44.4]: https://github.com/taiki-e/install-action/compare/v2.44.3...v2.44.4 [2.44.3]: https://github.com/taiki-e/install-action/compare/v2.44.2...v2.44.3 [2.44.2]: https://github.com/taiki-e/install-action/compare/v2.44.1...v2.44.2