diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e406dd..f73b137 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.5.0](https://github.com/webpod/zurk/compare/v0.4.4...v0.5.0) (2024-10-02) + +### Fixes & improvements +* docs: mention pipe split feature ([439669d](https://github.com/webpod/zurk/commit/439669d2a5d2146c69cbb9b7c8d236e333a0c069)) +* perf: make pipe chunked ([4daae39](https://github.com/webpod/zurk/commit/4daae39f6315a54f1b323d106d43338aa8144569)) + +### Features +* feat: provide multipiping ([a4e0312](https://github.com/webpod/zurk/commit/a4e0312bbf1abaa88a9d23a90625ec4a2de2d5eb)) + ## [0.4.4](https://github.com/webpod/zurk/compare/v0.4.3...v0.4.4) (2024-09-25) ### Fixes & improvements diff --git a/package-lock.json b/package-lock.json index 9859062..d016c75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "zurk", - "version": "0.4.4", + "version": "0.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "zurk", - "version": "0.4.4", + "version": "0.5.0", "license": "MIT", "devDependencies": { "@types/node": "^22.7.4", diff --git a/package.json b/package.json index e25eb06..6379466 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zurk", - "version": "0.4.4", + "version": "0.5.0", "description": "A generic process spawner", "type": "module", "main": "target/cjs/index.cjs",