From 907fb93bc89088573d1335f093f0516df34cd105 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 13:25:28 +0000 Subject: [PATCH] chore(main): release 0.0.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 40ff6fe..3a327a0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.2" + ".": "0.0.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c1aa39..ef1546e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.3](https://github.com/Excoriate/terragrunt-ref-arch/compare/v0.0.2...v0.0.3) (2024-04-03) + + +### Bug Fixes + +* removed extra identation for generated files .terraform-version and .terragrunt-version. ([#2](https://github.com/Excoriate/terragrunt-ref-arch/issues/2)) ([3a3dc6f](https://github.com/Excoriate/terragrunt-ref-arch/commit/3a3dc6f2462e3a13ce8bd9af208259b3da92add0)) + ## [0.0.2](https://github.com/Excoriate/terragrunt-ref-arch/compare/v0.0.1...v0.0.2) (2024-03-30)