From b83d00c65d3b9b90ed8df3390ca72be7a70c354a Mon Sep 17 00:00:00 2001 From: Release Bot Date: Mon, 29 Jul 2019 04:24:28 +0000 Subject: [PATCH] chore(release): 1.22.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89517d7..2377992 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.22.0](https://github.com/edahlseng/configuration-ci-general/compare/v1.21.1...v1.22.0) (2019-07-29) + + +### Features + +* Fall back from Makefile to NPM in build and test jobs ([e8d5a6e](https://github.com/edahlseng/configuration-ci-general/commit/e8d5a6e)) + + + ## [1.21.1](https://github.com/edahlseng/configuration-ci-general/compare/v1.21.0...v1.21.1) (2019-07-28) diff --git a/package.json b/package.json index ec265c0..ba4dec6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "configuration-ci-general", "private": true, - "version": "1.21.1", + "version": "1.22.0", "description": "General Continuous Integration Configuration ------------------------------------", "main": "index.js", "scripts": {