diff --git a/CHANGELOG.md b/CHANGELOG.md index b3d2737..5db0abe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +# [1.3.0](https://github.com/autero1/action-terragrunt/compare/v1.2.0...v1.3.0) (2023-01-24) + + +### feat + +* add github api token input ([318b30a](https://github.com/autero1/action-terragrunt/commit/318b30a44f5bbc0d6a26e1b24943b8e82993da2f)) + + + # [1.2.0](https://github.com/autero1/action-terragrunt/compare/v1.1.1...v1.2.0) (2022-10-23) diff --git a/package-lock.json b/package-lock.json index 4a7e4db..4095c40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "action-terragrunt", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "action-terragrunt", - "version": "1.2.0", + "version": "1.3.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 9f53984..189f579 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-terragrunt", - "version": "1.2.0", + "version": "1.3.0", "description": "GitHub action for setting up Terragrunt", "author": "Petri Autero", "license": "MIT",