From b6b585feba226542255962ca38f351b8f211d2e8 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Tue, 21 Nov 2023 12:33:58 +0200 Subject: [PATCH] chore(master): release 1.0.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11aa6f1..5e58132 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/wayofdev/gh-actions-terragrunt/compare/v1.0.0...v1.0.1) (2023-11-21) + + +### Bug Fixes + +* base image name ([c6299f1](https://github.com/wayofdev/gh-actions-terragrunt/commit/c6299f124ee2866217657891399bde9a01bd793f)) + ## 1.0.0 (2023-11-21) diff --git a/package.json b/package.json index b59609f..e1f17fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gh-actions-terragrunt", - "version": "1.0.0", + "version": "1.0.1", "repository": { "url": "https://github.com/wayofdev/gh-actions-terragrunt.git" }