Skip to content

Commit 38b628e

Browse files
authored
chore(standard-version): Use standard-version to release new versions (#717)
#715
1 parent d7fb94e commit 38b628e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"lint-staged": "^3.4.0",
6969
"mock-fs": "^4.2.0",
7070
"prettier": "^0.22.0",
71-
"standard-changelog": "1.0.1",
71+
"standard-version": "^4.0.0",
7272
"tap": "^10.3.2",
7373
"tmp": "^0.0.31"
7474
},
@@ -87,6 +87,7 @@
8787
"url": "[email protected]:documentationjs/documentation.git"
8888
},
8989
"scripts": {
90+
"release": "standard-version",
9091
"precommit": "lint-staged --verbose",
9192
"format": "prettier --write '{lib,test}/**/*.js' --single-quote",
9293
"doc": "./bin/documentation.js build index.js -f md --access=public > docs/NODE_API.md",

0 commit comments

Comments
 (0)