From a54ff1058ce3b41b13ed2392fa0fc12a5f67a09d Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Tue, 13 Apr 2021 02:13:12 +0900 Subject: [PATCH] Release 1.0.3 --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6adf7f..71b2fd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +## [1.0.3] - 2021-04-12 + +- Pin the version of `parse-changelog`. + ## [1.0.2] - 2021-02-28 - [Fix error on macOS and Windows.](https://github.com/taiki-e/create-gh-release-action/pull/2) @@ -24,7 +28,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.0.2...HEAD +[Unreleased]: https://github.com/taiki-e/create-gh-release-action/compare/v1.0.3...HEAD +[1.0.3]: https://github.com/taiki-e/create-gh-release-action/compare/v1.0.2...v1.0.3 [1.0.2]: https://github.com/taiki-e/create-gh-release-action/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/taiki-e/create-gh-release-action/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/taiki-e/create-gh-release-action/releases/tag/v1.0.0