From c88e967dc754f9d45751df0de0a9e636115f121d Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 13 Apr 2024 23:30:21 +0900 Subject: [PATCH] Release 1.8.1 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91506c0..020a163 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.8.1] - 2024-04-13 + - Update `parse-changelog` to 0.6.6. ## [1.8.0] - 2023-10-05 @@ -110,7 +112,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/create-gh-release-action/compare/v1.8.0...HEAD +[Unreleased]: https://github.com/taiki-e/create-gh-release-action/compare/v1.8.1...HEAD +[1.8.1]: https://github.com/taiki-e/create-gh-release-action/compare/v1.8.0...v1.8.1 [1.8.0]: https://github.com/taiki-e/create-gh-release-action/compare/v1.7.2...v1.8.0 [1.7.2]: https://github.com/taiki-e/create-gh-release-action/compare/v1.7.1...v1.7.2 [1.7.1]: https://github.com/taiki-e/create-gh-release-action/compare/v1.7.0...v1.7.1