From 35203641a61498ba0e9d9c12efd101a0d8f63965 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Mon, 4 Apr 2022 21:49:48 +0900 Subject: [PATCH] Release 1.3.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b5570e0..16d81ef8 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.3.0] - 2022-04-04 + - Support `mdbook`. ([#2](https://github.com/taiki-e/install-action/pull/4), thanks @thomcc) ## [1.2.2] - 2022-03-18 @@ -84,7 +86,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.2.2...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v1.3.0...HEAD +[1.3.0]: https://github.com/taiki-e/install-action/compare/v1.2.2...v1.3.0 [1.2.2]: https://github.com/taiki-e/install-action/compare/v1.2.1...v1.2.2 [1.2.1]: https://github.com/taiki-e/install-action/compare/v1.2.0...v1.2.1 [1.2.0]: https://github.com/taiki-e/install-action/compare/v1.1.9...v1.2.0