From 9314ddee913298903977a4057668021393414891 Mon Sep 17 00:00:00 2001 From: Release Bot Date: Tue, 4 Dec 2018 00:37:46 +0000 Subject: [PATCH] chore(release): 1.5.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00edc4f..6e3cc4c 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.5.0](https://github.com/edahlseng/ci-configuration-general/compare/v1.4.0...v1.5.0) (2018-12-04) + + +### Features + +* Add Terraform-related jobs and executor ([bd4d790](https://github.com/edahlseng/ci-configuration-general/commit/bd4d790)) + + + # [1.4.0](https://github.com/edahlseng/ci-configuration-general/compare/v1.3.2...v1.4.0) (2018-11-19) diff --git a/package.json b/package.json index 749ef4d..4583913 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ci-configuration-general", "private": true, - "version": "1.4.0", + "version": "1.5.0", "description": "General Continuous Integration Configuration ------------------------------------", "main": "index.js", "scripts": {