From 9b35bee80ca1f7f32438b6dc5c219099979c56f1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 18 Feb 2021 04:18:22 +0000 Subject: [PATCH] chore(release): 1.1.2 [skip ci] ## [1.1.2](https://github.com/HylandSoftware/terraform-plan-action/compare/v1.1.1...v1.1.2) (2021-02-18) ### Bug Fixes * documentation and argument consistency and tag major version every release ([#16](https://github.com/HylandSoftware/terraform-plan-action/issues/16)) ([ba6542d](https://github.com/HylandSoftware/terraform-plan-action/commit/ba6542d5cf0f617ea5002494e02f63578a4ba8fe)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b9feb1..61f05f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.2](https://github.com/HylandSoftware/terraform-plan-action/compare/v1.1.1...v1.1.2) (2021-02-18) + + +### Bug Fixes + +* documentation and argument consistency and tag major version every release ([#16](https://github.com/HylandSoftware/terraform-plan-action/issues/16)) ([ba6542d](https://github.com/HylandSoftware/terraform-plan-action/commit/ba6542d5cf0f617ea5002494e02f63578a4ba8fe)) + ## [1.1.1](https://github.com/HylandSoftware/terraform-plan-action/compare/v1.1.0...v1.1.1) (2021-02-15) diff --git a/package.json b/package.json index a4fa11d..44f34c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "terraform-plan-action", - "version": "1.1.1", + "version": "1.1.2", "private": true, "description": "Terraform Plan GitHub Action", "main": "lib/main.js",