From ac9ea2178d4d58b8c1e5a1d736dac611f7090070 Mon Sep 17 00:00:00 2001 From: Release Bot Date: Fri, 29 Mar 2019 22:50:56 +0000 Subject: [PATCH] chore(release): 1.16.1 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b449e29..65c59cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.16.1](https://github.com/edahlseng/configuration-ci-general/compare/v1.16.0...v1.16.1) (2019-03-29) + + +### Bug Fixes + +* Add missing comma to JSON data ([fa97939](https://github.com/edahlseng/configuration-ci-general/commit/fa97939)) +* Correct log messages for release commit checks ([d9b32ee](https://github.com/edahlseng/configuration-ci-general/commit/d9b32ee)) + + + # [1.16.0](https://github.com/edahlseng/configuration-ci-general/compare/v1.15.0...v1.16.0) (2019-03-29) diff --git a/package.json b/package.json index c0e88ab..1a151c2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "configuration-ci-general", "private": true, - "version": "1.16.0", + "version": "1.16.1", "description": "General Continuous Integration Configuration ------------------------------------", "main": "index.js", "scripts": {