From 35ff856671fda2e17709444d76371571e5cc4908 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 2 Nov 2023 18:03:29 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 1.0.0 (2023-11-02) ### Bug Fixes * add terraform hcl lock file ([5d4d90d](https://github.com/cktf/terraform-module-script/commit/5d4d90de4ee29e6699aa4a4954012ad4a615cfdf)) * remove outputs ([4fc01e5](https://github.com/cktf/terraform-module-script/commit/4fc01e55afff3c8ef3563067e74290af836be3f4)) ### Features * init project ([b971b76](https://github.com/cktf/terraform-module-script/commit/b971b766655f83306ad8e8ef6a387d2842497008)) --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0c920d6 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# 1.0.0 (2023-11-02) + + +### Bug Fixes + +* add terraform hcl lock file ([5d4d90d](https://github.com/cktf/terraform-module-script/commit/5d4d90de4ee29e6699aa4a4954012ad4a615cfdf)) +* remove outputs ([4fc01e5](https://github.com/cktf/terraform-module-script/commit/4fc01e55afff3c8ef3563067e74290af836be3f4)) + + +### Features + +* init project ([b971b76](https://github.com/cktf/terraform-module-script/commit/b971b766655f83306ad8e8ef6a387d2842497008))