From 6fec7199f2e132effda87708bfdb19ac77eebd6e Mon Sep 17 00:00:00 2001 From: Joshua Wiens Date: Thu, 26 Jan 2017 10:12:12 -0600 Subject: [PATCH] chore(release): add standard version & documentation --- CHANGELOG.md | 3 +++ package.json | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md 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",