diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 29dfbb8..665c88f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.39" + ".": "0.1.40" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5028c6e..61554c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.40](https://github.com/kunchenguid/gnhf/compare/gnhf-v0.1.39...gnhf-v0.1.40) (2026-05-06) + + +### Bug Fixes + +* **agents:** filter unrelated OpenCode session errors ([#142](https://github.com/kunchenguid/gnhf/issues/142)) ([2093a4a](https://github.com/kunchenguid/gnhf/commit/2093a4a686b048d9a044840bc36b91154dda83f1)) + ## [0.1.39](https://github.com/kunchenguid/gnhf/compare/gnhf-v0.1.38...gnhf-v0.1.39) (2026-05-06) diff --git a/package-lock.json b/package-lock.json index fc0dab5..902fef3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gnhf", - "version": "0.1.39", + "version": "0.1.40", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gnhf", - "version": "0.1.39", + "version": "0.1.40", "dependencies": { "commander": "^14.0.3", "js-yaml": "^4.1.1" diff --git a/package.json b/package.json index 3085d83..200c62a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gnhf", - "version": "0.1.39", + "version": "0.1.40", "description": "Before I go to bed, I tell my agents: good night, have fun", "type": "module", "bin": {