From f479a607dd51af8a2800cdafd101da8e017084af Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Mon, 8 Jan 2024 13:58:52 +0200 Subject: [PATCH] chore(master): release 1.3.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2a4cf4..1b576f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.0](https://github.com/wayofdev/gh-actions-terragrunt/compare/v1.2.0...v1.3.0) (2024-01-08) + + +### Features + +* added cache folders and variables ([d8de2c6](https://github.com/wayofdev/gh-actions-terragrunt/commit/d8de2c65ebd41f2d2955866e19a08ca118c30ecb)) + ## [1.2.0](https://github.com/wayofdev/gh-actions-terragrunt/compare/v1.1.1...v1.2.0) (2023-12-11) diff --git a/package.json b/package.json index 0892404..9fc004b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gh-actions-terragrunt", - "version": "1.2.0", + "version": "1.3.0", "repository": { "url": "https://github.com/wayofdev/gh-actions-terragrunt.git" }