From 4d0b2a45d44b4262f27c4c860f786c1f1d55aff7 Mon Sep 17 00:00:00 2001 From: Release Bot Date: Thu, 7 May 2020 21:25:50 +0000 Subject: [PATCH] chore(release): 1.31.0 --- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61c67a4..a1d8fca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ 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.31.0](https://github.com/edahlseng/configuration-ci-general/compare/v1.30.0...v1.31.0) (2020-05-07) + + +### Bug Fixes + +* Use tfenv executor for the `lint-terraform` job ([2c6ed4f](https://github.com/edahlseng/configuration-ci-general/commit/2c6ed4f)) + + +### Features + +* Add `get-eks-token` command ([9b88809](https://github.com/edahlseng/configuration-ci-general/commit/9b88809)) + + + # [1.30.0](https://github.com/edahlseng/configuration-ci-general/compare/v1.29.1...v1.30.0) (2020-03-23) diff --git a/package-lock.json b/package-lock.json index 71d64c4..49b3f4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "configuration-ci-general", - "version": "1.30.0", + "version": "1.31.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6b8f921..f5bf08a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "configuration-ci-general", "private": true, - "version": "1.30.0", + "version": "1.31.0", "description": "General Continuous Integration Configuration ------------------------------------", "main": "index.js", "scripts": {