diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a1c817ec..0dcf7f85 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.14.1" + ".": "0.14.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2347eab9..16355c04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.14.2](https://github.com/coderbirju/finch-daemon/compare/v0.14.1...v0.14.2) (2025-02-21) + + +### Bug Fixes + +* new test ([001110d](https://github.com/coderbirju/finch-daemon/commit/001110d35169c82412225439dd391db89518ca95)) + ## [0.14.1](https://github.com/coderbirju/finch-daemon/compare/v0.14.0...v0.14.1) (2025-02-21)