From 8e1068e5bdc42c497e5f1cb3a7692341ff3f5b0b Mon Sep 17 00:00:00 2001 From: vincenthsh <111712068+vincenthsh@users.noreply.github.com> Date: Tue, 19 Nov 2024 00:46:56 +0700 Subject: [PATCH] chore(feat-multi-module-components): release 0.92.13 --- .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 e03ddb4a0..7b311a829 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.92.12" + ".": "0.92.13" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 792c28e22..ecc438952 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.92.13](https://github.com/vincenthsh/fogg/compare/v0.92.12...v0.92.13) (2024-11-18) + + +### Misc + +* bump github.com/hashicorp/hcl/v2 in the terraform group ([#350](https://github.com/vincenthsh/fogg/issues/350)) ([00ed43a](https://github.com/vincenthsh/fogg/commit/00ed43a9cbd6416e7df7f7cf98dd71ff4a2951f7)) + ## [0.92.12](https://github.com/vincenthsh/fogg/compare/v0.92.11...v0.92.12) (2024-11-12)