diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a72cd5a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,3 @@ +# 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. diff --git a/package.json b/package.json index 31fc287..76febed 100644 --- a/package.json +++ b/package.json @@ -11,10 +11,12 @@ }, "devDependencies": { "should": "~4.0.4", + "standard-version": "^4.0.0", "mocha": "~1.21.3" }, "scripts": { - "test": "mocha -R spec" + "test": "mocha -R spec", + "release": "standard-version" }, "repository": { "type": "git",