chore(release): 3.0.0

This commit is contained in:
江志雄 2019-01-10 20:05:57 +08:00
parent 4dfec2ecd2
commit 7f849d8421
2 changed files with 48 additions and 9 deletions

View File

@ -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)

View File

@ -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"
}
}
},