diff --git a/CHANGELOG.md b/CHANGELOG.md index 05d59bd..b1b0618 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,3 @@ -## [0.4.3](https://git.kjan.de/jank/project-cli/compare/v0.4.2...v0.4.3) (2025-06-20) - -### Bug Fixes - -* Remove command ([a7257b2](https://git.kjan.de/jank/project-cli/commit/a7257b25845790a5cf7345d95c5550bd3f57bc9b)) - ## [0.4.2](https://git.kjan.de/jank/project-cli/compare/v0.4.1...v0.4.2) (2025-06-20) ### Bug Fixes diff --git a/index.ts b/index.ts index 1fe294d..a19184b 100644 --- a/index.ts +++ b/index.ts @@ -106,7 +106,7 @@ program program.command("init").action(() => { console.log(`${CLI_NAME}() { -unbuffer ${CLI_NAME} "$@" | while IFS= read -r line; do +unbuffer command ${CLI_NAME} "$@" | while IFS= read -r line; do if [[ $line == __EXEC__* ]]; then eval "\${line#__EXEC__}" else diff --git a/package-lock.json b/package-lock.json index a7d8614..c4c423f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "proj-cli", - "version": "0.4.3", + "version": "0.4.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "proj-cli", - "version": "0.4.3", + "version": "0.4.2", "dependencies": { "@saithodev/semantic-release-gitea": "^2.1.0", "@semantic-release/changelog": "^6.0.3", diff --git a/package.json b/package.json index 9f1def2..40e346b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "proj-cli", - "version": "0.4.3", + "version": "0.4.2", "module": "index.ts", "type": "module", "bin": {