From eb843d00d08bbc6b0b13043b33740f04ad4f21e8 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 24 Jul 2021 20:17:21 +0900 Subject: [PATCH] Release 1.2.2 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5f4526..a9404a7 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.2.2] - 2021-07-24 + - Update `parse-changelog` to 0.4.3. This includes a bug fix and performance improvements. ## [1.2.1] - 2021-07-22 @@ -42,7 +44,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.2.1...HEAD +[Unreleased]: https://github.com/taiki-e/create-gh-release-action/compare/v1.2.2...HEAD +[1.2.2]: https://github.com/taiki-e/create-gh-release-action/compare/v1.2.1...v1.2.2 [1.2.1]: https://github.com/taiki-e/create-gh-release-action/compare/v1.2.0...v1.2.1 [1.2.0]: https://github.com/taiki-e/create-gh-release-action/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/taiki-e/create-gh-release-action/compare/v1.0.3...v1.1.0