From dabfd0787d32fefaeaca0ac6fa86f004fb1ea162 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Aug 2021 11:34:36 +0000 Subject: [PATCH] chore: release 1.4.1 (#32) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c65cc5f..808e41f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +### [1.4.1](https://www.github.com/theappnest/terraform-monorepo-action/compare/v1.4.0...v1.4.1) (2021-08-12) + + +### Bug Fixes + +* fails on diverged head ([#31](https://www.github.com/theappnest/terraform-monorepo-action/issues/31)) ([eb4827e](https://www.github.com/theappnest/terraform-monorepo-action/commit/eb4827ea51420615a63ac042282400013b3d09b1)) +* get ref on workflow_dispatch ([#33](https://www.github.com/theappnest/terraform-monorepo-action/issues/33)) ([b8a642e](https://www.github.com/theappnest/terraform-monorepo-action/commit/b8a642e612eb015d8c5cefcedf664cf1f75bf1ed)) + ## [1.4.0](https://www.github.com/theappnest/terraform-monorepo-action/compare/v1.3.0...v1.4.0) (2021-08-06) diff --git a/package.json b/package.json index 9bc639e..13cdc29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "terraform-monorepo-action", - "version": "1.4.0", + "version": "1.4.1", "private": true, "main": "lib/main.js", "scripts": {