diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 665c88f..8e02bee 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.40" + ".": "0.1.41" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 61554c2..cb93fcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.41](https://github.com/kunchenguid/gnhf/compare/gnhf-v0.1.40...gnhf-v0.1.41) (2026-05-07) + + +### Bug Fixes + +* **agents:** recover schema-valid agent JSON output ([#145](https://github.com/kunchenguid/gnhf/issues/145)) ([b5ffc2d](https://github.com/kunchenguid/gnhf/commit/b5ffc2dde57b27199c43aae29849a7c07416fbe6)) + ## [0.1.40](https://github.com/kunchenguid/gnhf/compare/gnhf-v0.1.39...gnhf-v0.1.40) (2026-05-06) diff --git a/package-lock.json b/package-lock.json index 902fef3..b505890 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gnhf", - "version": "0.1.40", + "version": "0.1.41", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gnhf", - "version": "0.1.40", + "version": "0.1.41", "dependencies": { "commander": "^14.0.3", "js-yaml": "^4.1.1" diff --git a/package.json b/package.json index 2277647..746559c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gnhf", - "version": "0.1.40", + "version": "0.1.41", "description": "Before I go to bed, I tell my agents: good night, have fun", "type": "module", "bin": {