diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e7ba74..ec7ea5e 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.29.1](https://github.com/edahlseng/configuration-ci-general/compare/v1.29.0...v1.29.1) (2020-03-06) + + +### Bug Fixes + +* Install Terraform before running setup-steps ([66e4965](https://github.com/edahlseng/configuration-ci-general/commit/66e4965)) + + + # [1.29.0](https://github.com/edahlseng/configuration-ci-general/compare/v1.28.0...v1.29.0) (2020-01-06) diff --git a/package-lock.json b/package-lock.json index 898fd1e..4348687 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "configuration-ci-general", - "version": "1.29.0", + "version": "1.29.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1bc19ee..3ed8680 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "configuration-ci-general", "private": true, - "version": "1.29.0", + "version": "1.29.1", "description": "General Continuous Integration Configuration ------------------------------------", "main": "index.js", "scripts": {