From c8df280d5c95f5bd3779af68a88431a16475216c Mon Sep 17 00:00:00 2001 From: vincenthsh <111712068+vincenthsh@users.noreply.github.com> Date: Tue, 5 Nov 2024 17:45:02 +0700 Subject: [PATCH] chore(feat-multi-module-components): release 0.92.10 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dd5b6a27c..384370197 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.92.9" + ".": "0.92.10" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d2e93dd80..8f7454b3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.92.10](https://github.com/vincenthsh/fogg/compare/v0.92.9...v0.92.10) (2024-11-05) + + +### Features + +* update aws provider template ([#345](https://github.com/vincenthsh/fogg/issues/345)) ([404c379](https://github.com/vincenthsh/fogg/commit/404c3799304d0612e5540ebdaffe3c26dd84c9d0)) + + +### Misc + +* bump github.com/fatih/color in the gomod group ([#344](https://github.com/vincenthsh/fogg/issues/344)) ([4238e54](https://github.com/vincenthsh/fogg/commit/4238e543ab8ea519d0489afe09764d39a17ffcfe)) +* bump github.com/tkrajina/typescriptify-golang-structs ([#342](https://github.com/vincenthsh/fogg/issues/342)) ([b62d1e5](https://github.com/vincenthsh/fogg/commit/b62d1e59ea5711f8f250d6093e300fe50354680e)) + ## [0.92.9](https://github.com/vincenthsh/fogg/compare/v0.92.8...v0.92.9) (2024-10-03)