From ab6c11afc8d1dbae285863013303a36d436552b6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Jul 2021 13:48:16 +0000 Subject: [PATCH] chore: release 1.1.1 (#11) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 388ae76..3ed3c6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.1.1](https://www.github.com/theappnest/terraform-monorepo-action/compare/v1.1.0...v1.1.1) (2021-07-30) + + +### Bug Fixes + +* get trees recursively ([#10](https://www.github.com/theappnest/terraform-monorepo-action/issues/10)) ([3489534](https://www.github.com/theappnest/terraform-monorepo-action/commit/348953440f7d08fc82e227febb9890cee8e7ab0c)) + ## [1.1.0](https://www.github.com/theappnest/terraform-monorepo-action/compare/v1.0.0...v1.1.0) (2021-07-30) diff --git a/package.json b/package.json index ae9c249..7733de9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "terraform-monorepo-action", - "version": "1.1.0", + "version": "1.1.1", "private": true, "main": "lib/main.js", "scripts": {