From 0c2d673f6f36954ab5ac8cd68d088ed9e3eeaf9b Mon Sep 17 00:00:00 2001 From: Ivan HA Date: Thu, 25 Oct 2018 23:28:51 +0800 Subject: [PATCH] chore: release v1.0.0 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3061a12 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Change Log + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + + + +# 1.0.0 (2018-10-25) + +### Features + +- add deploy script using gh-pages ([c73d19b](https://github.com/ivan-ha/generator-ivan-js/commit/c73d19b)) +- add devDependencies ([207ce1a](https://github.com/ivan-ha/generator-ivan-js/commit/207ce1a)) +- add pre-deploy hook ([3f1746a](https://github.com/ivan-ha/generator-ivan-js/commit/3f1746a)) +- copy templates and modify package.json ([4d28b5d](https://github.com/ivan-ha/generator-ivan-js/commit/4d28b5d))