diff --git a/CHANGELOG.md b/CHANGELOG.md index 65c59cb..63839ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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. + +# [1.17.0](https://github.com/edahlseng/configuration-ci-general/compare/v1.16.1...v1.17.0) (2019-04-05) + + +### Features + +* Add set-up-npm-authentication command ([27a58d6](https://github.com/edahlseng/configuration-ci-general/commit/27a58d6)) + + + ## [1.16.1](https://github.com/edahlseng/configuration-ci-general/compare/v1.16.0...v1.16.1) (2019-03-29) diff --git a/package.json b/package.json index 1a151c2..44e424e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "configuration-ci-general", "private": true, - "version": "1.16.1", + "version": "1.17.0", "description": "General Continuous Integration Configuration ------------------------------------", "main": "index.js", "scripts": {