diff --git a/CHANGELOG.md b/CHANGELOG.md index eafec2f..65d27eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,3 @@ -# 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. - # [3.0.0](https://github.com/j710328466/j710328466.github.io/compare/v1.0.1...v3.0.0) (2019-01-10) @@ -23,25 +19,7 @@ All notable changes to this project will be documented in this file. See [standa -## [2.0.1](https://github.com/j710328466/j710328466.github.io/compare/v1.0.1...v2.0.1) (2019-01-10) - - -### Bug Fixes - -* **测试:** 测试 ([4aabe4c](https://github.com/j710328466/j710328466.github.io/commit/4aabe4c)), closes [#333](https://github.com/j710328466/j710328466.github.io/issues/333) - - -### Features - -* **ce:** ce ([fb4071c](https://github.com/j710328466/j710328466.github.io/commit/fb4071c)) -* **fe:** fe ([4dfec2e](https://github.com/j710328466/j710328466.github.io/commit/4dfec2e)) -* **test:** 测试 ([3423b3d](https://github.com/j710328466/j710328466.github.io/commit/3423b3d)), closes [#1234](https://github.com/j710328466/j710328466.github.io/issues/1234) - - -### BREAKING CHANGES - -* **测试:** ttoo - - - ## 1.0.1 (2019-01-10) + + + diff --git a/package.json b/package.json index 0c04129..ee9a76b 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "new": "hexo new ${title}", "s": "hexo s", "g": "hexo g", + "stand": "standard-changelog --first-release", "init": "commitizen init cz-conventional-changelog --save --save-exact", "cz": "git add . && git cz", "log": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", @@ -43,6 +44,7 @@ "commitizen": "^3.0.5", "conventional-changelog-cli": "^2.0.11", "cz-conventional-changelog": "^2.1.0", + "standard-changelog": "^2.0.6", "standard-version": "^4.4.0" }, "config": {