From fce5fd6127201273e3afd1b0389ac6665710ce9c Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Fri, 17 May 2024 22:17:08 +0900 Subject: [PATCH] Release 2.33.24 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 297c7bde..deddb17e 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.33.24] - 2024-05-17 + - Update `mdbook@latest` to 0.4.40. ## [2.33.23] - 2024-05-14 @@ -2175,7 +2177,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.33.23...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.33.24...HEAD +[2.33.24]: https://github.com/taiki-e/install-action/compare/v2.33.23...v2.33.24 [2.33.23]: https://github.com/taiki-e/install-action/compare/v2.33.22...v2.33.23 [2.33.22]: https://github.com/taiki-e/install-action/compare/v2.33.21...v2.33.22 [2.33.21]: https://github.com/taiki-e/install-action/compare/v2.33.20...v2.33.21