diff --git a/CHANGELOG.md b/CHANGELOG.md index f1c7a66..3b020d3 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.19.1](https://github.com/edahlseng/configuration-ci-general/compare/v1.19.0...v1.19.1) (2019-05-15) + + +### Bug Fixes + +* Update test job to use correct executor and correct command ([a90e878](https://github.com/edahlseng/configuration-ci-general/commit/a90e878)) + + + # [1.19.0](https://github.com/edahlseng/configuration-ci-general/compare/v1.18.3...v1.19.0) (2019-05-15) diff --git a/package.json b/package.json index 2fe33a6..85b01cf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "configuration-ci-general", "private": true, - "version": "1.19.0", + "version": "1.19.1", "description": "General Continuous Integration Configuration ------------------------------------", "main": "index.js", "scripts": {