From a89024d374d3d9fa6869ab60606e3b5e3fdd8a4d Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Tue, 21 Nov 2023 12:07:17 +0200 Subject: [PATCH] chore(master): release 1.0.0 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..11aa6f1 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog + +## 1.0.0 (2023-11-21) + + +### Features + +* added terragrunt plan and apply actions ([7aa6ede](https://github.com/wayofdev/gh-actions-terragrunt/commit/7aa6ede8a23a9f493458391cabc4408e73ed2dff)) +* added terragrunt plan and apply actions ([90b4432](https://github.com/wayofdev/gh-actions-terragrunt/commit/90b44324630c7e1e7990f11678e414748c7887b3)) + + +### Bug Fixes + +* action name ([208ce71](https://github.com/wayofdev/gh-actions-terragrunt/commit/208ce719accba57c38f85229459b7ffb1d5c3cab)) +* base image branch ([d177295](https://github.com/wayofdev/gh-actions-terragrunt/commit/d177295f5445be445d5cca90294f899f1846bafa)) +* base image branch ([457ceb7](https://github.com/wayofdev/gh-actions-terragrunt/commit/457ceb759ce4e657341c6445023ea1d69f78457f)) +* renamed label.yml ([e99dda4](https://github.com/wayofdev/gh-actions-terragrunt/commit/e99dda4b9a1dfc54b5a215390ba931538328e578)) +* workflow changes ([c31c641](https://github.com/wayofdev/gh-actions-terragrunt/commit/c31c6415927f61c97610b7cac6c584a9e77eb5ff)) diff --git a/package.json b/package.json index c816616..b59609f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gh-actions-terragrunt", - "version": "0.0.0", + "version": "1.0.0", "repository": { "url": "https://github.com/wayofdev/gh-actions-terragrunt.git" }