From e6302a3430039862110150c1d248ea3319404c4f Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 24 Jul 2022 13:22:47 +0900 Subject: [PATCH] Release 1.5.10 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9e255f1..5006922b 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] +## [1.5.10] - 2022-07-24 + - Update `parse-changelog@latest` to 0.5.0. ## [1.5.9] - 2022-07-22 @@ -204,7 +206,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com Initial release -[Unreleased]: https://github.com/taiki-e/install-action/compare/v1.5.9...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v1.5.10...HEAD +[1.5.10]: https://github.com/taiki-e/install-action/compare/v1.5.9...v1.5.10 [1.5.9]: https://github.com/taiki-e/install-action/compare/v1.5.8...v1.5.9 [1.5.8]: https://github.com/taiki-e/install-action/compare/v1.5.7...v1.5.8 [1.5.7]: https://github.com/taiki-e/install-action/compare/v1.5.6...v1.5.7