From b8ff8f5f94aa6b81a94c0be1438f9cfd9669aaf3 Mon Sep 17 00:00:00 2001 From: theappnest-ci-bot <44668374+theappnest-ci-bot@users.noreply.github.com> Date: Fri, 4 Mar 2022 12:37:36 +0100 Subject: [PATCH] chore: release 1.7.3 (#120) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a72cd88..1db4b76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.7.3](https://www.github.com/theappnest/terraform-monorepo-action/compare/v1.7.2...v1.7.3) (2022-03-04) + + +### Bug Fixes + +* resolve path gathering for templated files ([#119](https://www.github.com/theappnest/terraform-monorepo-action/issues/119)) ([d0776ee](https://www.github.com/theappnest/terraform-monorepo-action/commit/d0776ee14699f0fe94579b5c9ba62be02d0476c4)) + ### [1.7.2](https://www.github.com/theappnest/terraform-monorepo-action/compare/v1.7.1...v1.7.2) (2022-02-01) diff --git a/package.json b/package.json index 52ba88d..e3c5bd1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "terraform-monorepo-action", - "version": "1.7.2", + "version": "1.7.3", "private": true, "main": "lib/main.js", "scripts": {