diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c024f92cd..e03ddb4a0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.92.11" + ".": "0.92.12" } diff --git a/CHANGELOG.md b/CHANGELOG.md index dc73a3813..792c28e22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.92.12](https://github.com/vincenthsh/fogg/compare/v0.92.11...v0.92.12) (2024-11-12) + + +### Features + +* Add example envtio component ([#348](https://github.com/vincenthsh/fogg/issues/348)) ([c1c155c](https://github.com/vincenthsh/fogg/commit/c1c155cc21655c21ce5f8be2e590a0c011ddb4a0)) + ## [0.92.11](https://github.com/vincenthsh/fogg/compare/v0.92.10...v0.92.11) (2024-11-11)