diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fbc6ab..db20b81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## 2017-02-02 - [6.0.1 - current version] +## 2017-11-09 - [6.1.0 - current version] + +- 6.1.0 - ([20](https://github.com/ericclemmons/github-semantic-version/pull/20)) - Pass github options to API instance. (@milesj) + +## 2017-02-02 - 6.0.1 - ([15](https://github.com/ericclemmons/github-semantic-version/pull/15)) - .gsvrc instead of gsv.json (@daveashworth) @@ -115,3 +119,4 @@ This project adheres to [Semantic Versioning](http://semver.org/). - 2.0.1 - ([e6e695c](https://github.com/ericclemmons/github-semantic-version/commit/e6e695cad33e3c9467a682e893398348eeadaaa1)) - Initial commit (@ericclemmons) + diff --git a/package.json b/package.json index f19b1dd..72c612c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-semantic-version", - "version": "6.0.1", + "version": "6.1.0", "description": "Automated semantic version releases powered by Github Issues.", "bin": { "github-semantic-version": "dist/cli.js",