diff --git a/CHANGELOG.md b/CHANGELOG.md index 3786101..ecb210a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [0.9.0](https://github.com/webpod/zurk/compare/v0.8.0...v0.9.0) (2024-12-08) + +### Features +* feat: let `shell` be false ([5b4ebdb](https://github.com/webpod/zurk/commit/5b4ebdbb37105a4b2c91c920357be609a5b7e18b)) + ## [0.8.0](https://github.com/webpod/zurk/compare/v0.7.5...v0.8.0) (2024-12-06) ### Features diff --git a/package-lock.json b/package-lock.json index 802b05e..95f42f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "zurk", - "version": "0.8.0", + "version": "0.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "zurk", - "version": "0.8.0", + "version": "0.9.0", "license": "MIT", "devDependencies": { "@types/node": "^22.10.1", diff --git a/package.json b/package.json index 1fdb2ba..138278c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zurk", - "version": "0.8.0", + "version": "0.9.0", "description": "A generic process spawner", "type": "module", "main": "target/cjs/index.cjs",