diff --git a/CHANGELOG.md b/CHANGELOG.md index 65fb0e7..eafec2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,47 @@ +# 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) + + +### 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 + + + +## [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 0483aa7..0c04129 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-site", - "version": "2.0.1", + "version": "3.0.0", "author": "Feax", "description": "博客备份", "main": "index.js", @@ -49,11 +49,7 @@ "commitizen": { "path": "./node_modules/cz-conventional-changelog", "ghooks": { - "commit-msg": "./validate-commit-msg.js", - "pre-commit": "gulp lint", - "pre-push": "make test", - "post-merge": "npm install", - "post-rewrite": "npm install" + "commit-msg": "./validate-commit-msg.js" } } },