chore(release): 1.0.1
This commit is contained in:
parent
9ae3bbdeb6
commit
7de5fc5825
9
CHANGELOG.md
Normal file
9
CHANGELOG.md
Normal file
@ -0,0 +1,9 @@
|
||||
# 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.1 (2019-01-10)
|
||||
|
||||
|
||||
|
||||
# 0.0.0 (2019-01-10)
|
17
package.json
17
package.json
@ -1,12 +1,20 @@
|
||||
{
|
||||
"name": "hexo-site",
|
||||
"version": "0.0.0",
|
||||
"version": "1.0.1",
|
||||
"private": true,
|
||||
"author": "Feax",
|
||||
"hexo": {
|
||||
"version": "3.7.1"
|
||||
},
|
||||
"scripts": {
|
||||
"generate": "hexo generate"
|
||||
"new": "hexo new ${title}",
|
||||
"s": "hexo s",
|
||||
"generate": "hexo generate",
|
||||
"commit": "git cz",
|
||||
"log": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
|
||||
"release": "./scripts/release.sh",
|
||||
"changeissueurl": "replace 'https://github.com/myproject/issues/' 'https://redmine.example.com/' CHANGELOG.md",
|
||||
"version": "standard-version"
|
||||
},
|
||||
"dependencies": {
|
||||
"hexo": "^3.2.0",
|
||||
@ -28,5 +36,10 @@
|
||||
"hexo-server": "^0.2.0",
|
||||
"hexo-tag-aplayer": "^3.0.3",
|
||||
"hexo-tag-dplayer": "^0.3.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"commitizen": "^3.0.5",
|
||||
"conventional-changelog-cli": "^2.0.11",
|
||||
"standard-version": "^4.4.0"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user