Skip to content
This repository was archived by the owner on Mar 17, 2021. It is now read-only.

Commit 6fec719

Browse files
committedJan 28, 2017
chore(release): add standard version & documentation
1 parent 3e5985a commit 6fec719

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Change Log
2+
3+
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.

‎package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@
1111
},
1212
"devDependencies": {
1313
"should": "~4.0.4",
14+
"standard-version": "^4.0.0",
1415
"mocha": "~1.21.3"
1516
},
1617
"scripts": {
17-
"test": "mocha -R spec"
18+
"test": "mocha -R spec",
19+
"release": "standard-version"
1820
},
1921
"repository": {
2022
"type": "git",

0 commit comments

Comments
 (0)
This repository has been archived.