diff --git a/CHANGELOG.md b/CHANGELOG.md index d9ba01f..db1ca6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.9.3](https://github.com/webpod/zurk/compare/v0.9.2...v0.9.3) (2024-12-17) + +### Fixes & improvements +* fix: apply forced stdio destroy for abort flow only ([bbac4fe](https://github.com/webpod/zurk/commit/bbac4fe9577eb85b52396b3e92028909094768b3)) +* fix: force stdio destroy on `abort/child.kill()` ([cd32992](https://github.com/webpod/zurk/commit/cd3299235bb2c0b31c59d4533510b0c751b55b66)) + ## [0.9.2](https://github.com/webpod/zurk/compare/v0.9.1...v0.9.2) (2024-12-09) ### Fixes & improvements diff --git a/package-lock.json b/package-lock.json index 6d4c688..5bc2bfb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "zurk", - "version": "0.9.2", + "version": "0.9.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "zurk", - "version": "0.9.2", + "version": "0.9.3", "license": "MIT", "devDependencies": { "@types/node": "^22.10.1", diff --git a/package.json b/package.json index bd0c945..125118c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zurk", - "version": "0.9.2", + "version": "0.9.3", "description": "A generic process spawner", "type": "module", "main": "target/cjs/index.cjs",