From 79b09b978df9921070a31726255cd892c02f04d7 Mon Sep 17 00:00:00 2001 From: Miles Johnson Date: Thu, 9 Nov 2017 17:13:41 -0800 Subject: [PATCH] Automated release: v6.1.0 [ci skip] --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) 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",