diff --git a/CHANGELOG.md b/CHANGELOG.md index deea6e8..964ea3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +##### 2.2.1 - 21 February 2018 + +###### Bug fixes +- Removed broken links from Node.js issue template + ##### 2.2.0 - 26 January 2018 ###### Backwards compatible changes diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 1547e07..10b2878 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -8,4 +8,5 @@ Alexander Fenster Jason Dobry Jason Dobry Luke Sneeringer +Stephen greenkeeper[bot] diff --git a/package.json b/package.json index 0e971f1..722776f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@google-cloud/nodejs-repo-tools", "description": "Tools used to maintain and test Node.js repositories in the GoogleCloudPlaftorm organization.", - "version": "2.2.0", + "version": "2.2.1", "license": "Apache-2.0", "author": "Google Inc.", "engines": { @@ -66,6 +66,7 @@ "Jason Dobry ", "Jason Dobry ", "Luke Sneeringer ", + "Stephen ", "greenkeeper[bot] " ], "scripts": { @@ -89,7 +90,7 @@ "lodash": "4.17.5", "nyc": "11.4.1", "proxyquire": "1.8.0", - "sinon": "4.2.2", + "sinon": "4.3.0", "string": "3.3.3", "supertest": "3.0.0", "yargs": "11.0.0",