From dd93d47426b95a7473bd1250b1e1f79fca900e15 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Fri, 1 May 2020 03:38:59 +0200 Subject: [PATCH] Add CHANGELOG --- CHANGELOG.md | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7035224 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,81 @@ +# Changelog + +## 1.4.1 (2020/04/26) + +* `GITHUB_TOKEN` documentation link (#90) +* Update deps + +## 1.4.0 (2020/04/09) + +* Use ncc and clean workflows +* Update deps + +## 1.3.0 (2020/02/11) + +* Check no changes (#62) +* Update deps + +## 1.2.5 (2019/11/26) + +* Fix fqdn CNAME writeFileSync (#32) + +## 1.2.4 (2019/11/19) + +* Fix keep history (#27) + +## 1.2.3 (2019/11/19) + +* Trim token (#25) + +## 1.2.2 (2019/11/16) + +* Fix inputs + +## 1.2.1 (2019/11/15) + +* Typo + +## 1.2.0 (2019/11/15) + +* Add `keep_history`: Create incremental commit instead of doing push force (#2) +* Add `allow_empty_commit`: Allow an empty commit to be created +* Add `fqdn`: Write the given domain name to the CNAME file +* Log latest changes +* Fix committer name/email inputs + +## 1.1.0 (2019/11/14) + +* Add customization for commit message, committer name/email (#9) +* Update deps + +## 1.0.1 (2019/10/11) + +* Spelling + +## 1.0.0 (2019/10/11) + +* Switch to TypeScript Action (#3) + +## 0.5.0 (2019/10/03) + +* Add `repo` input + +## 0.4.0 (2019/09/03) + +* Use inputs as env + +## 0.3.0 (2019/09/02) + +* Push Docker image to DockerHub + +## 0.2.0 (2019/09/01) + +* [Fix limitation](https://github.com/crazy-max/ghaction-github-pages#warning-limitation) using Personal Access Token + +## 0.1.1 (2019/09/01) + +* Fix refs + +## 0.1.0 (2019/08/31) + +* Initial version