From a5fec49c329e02567ce4dcb720b8680b536e3491 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Fri, 20 Oct 2023 21:14:47 +0900 Subject: [PATCH] Release 2.20.11 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d819c5c..4d97464f 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.20.11] - 2023-10-20 + - Update `biome@latest` to 1.3.1. ## [2.20.10] - 2023-10-19 @@ -1335,7 +1337,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.20.10...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.20.11...HEAD +[2.20.11]: https://github.com/taiki-e/install-action/compare/v2.20.10...v2.20.11 [2.20.10]: https://github.com/taiki-e/install-action/compare/v2.20.9...v2.20.10 [2.20.9]: https://github.com/taiki-e/install-action/compare/v2.20.8...v2.20.9 [2.20.8]: https://github.com/taiki-e/install-action/compare/v2.20.7...v2.20.8