From 4232e8dd1fb790ac45898f5dddeb83c0dbb04866 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 28 Feb 2021 18:27:50 +0900 Subject: [PATCH] Release 1.0.2 --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fc4803..430d748 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,12 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +## [1.0.2] - 2021-02-28 + +- Support macOS and Windows. + +- Documentation improvements. + ## [1.0.1] - 2021-02-12 - Pass `--noprofile` and `--norc` options to bash. @@ -18,6 +24,7 @@ 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.1...HEAD +[Unreleased]: https://github.com/taiki-e/create-gh-release-action/compare/v1.0.2...HEAD +[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