diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a1d604..b521aed 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.26.0](https://github.com/edahlseng/configuration-ci-general/compare/v1.25.0...v1.26.0) (2019-11-27) + + +### Features + +* Add recursive and directory parameters in lint-terraform ([ffcf380](https://github.com/edahlseng/configuration-ci-general/commit/ffcf380)) + + + # [1.25.0](https://github.com/edahlseng/configuration-ci-general/compare/v1.24.0...v1.25.0) (2019-10-24) diff --git a/package-lock.json b/package-lock.json index c67706e..26028f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "configuration-ci-general", - "version": "1.25.0", + "version": "1.26.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3e09bd3..c6a560b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "configuration-ci-general", "private": true, - "version": "1.25.0", + "version": "1.26.0", "description": "General Continuous Integration Configuration ------------------------------------", "main": "index.js", "scripts": {