diff --git a/CHANGELOG.md b/CHANGELOG.md index bda21f3..1c14ee6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [0.3.2](https://github.com/webpod/zurk/compare/v0.3.1...v0.3.2) (2024-09-11) + +### Fixes & improvements +* fix: enhance abort handlers clean up (#13) ([cf0211a](https://github.com/webpod/zurk/commit/cf0211a2a8e991724bbc689f01df1b61e329d45f)) + ## [0.3.1](https://github.com/webpod/zurk/compare/v0.3.0...v0.3.1) (2024-09-05) ### Fixes & improvements diff --git a/package-lock.json b/package-lock.json index 38f6dad..b992a69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "zurk", - "version": "0.3.1", + "version": "0.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "zurk", - "version": "0.3.1", + "version": "0.3.2", "license": "MIT", "devDependencies": { "@types/node": "^22.5.4", diff --git a/package.json b/package.json index d86f673..80f50cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zurk", - "version": "0.3.1", + "version": "0.3.2", "description": "A generic process spawner", "type": "module", "main": "target/cjs/index.cjs",