diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dbeb6bd66..eaf9c6da4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.92.13", + ".": "0.92.14", "packages/cdktf-fogg-constructs": "1.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 12f67c8d9..25ac2d3dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.92.14](https://github.com/vincenthsh/fogg/compare/v0.92.13...v0.92.14) (2024-12-31) + + +### BugFixes + +* publish branch ([13e0ee5](https://github.com/vincenthsh/fogg/commit/13e0ee5838338e39c01b908291efa8805a29cd54)) + ## [0.92.13](https://github.com/vincenthsh/fogg/compare/v0.92.12...v0.92.13) (2024-12-31)