Compare commits

..

No commits in common. "v0.4.3" and "v0.4.2" have entirely different histories.

4 changed files with 4 additions and 10 deletions

View file

@ -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

View file

@ -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

4
package-lock.json generated
View file

@ -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",

View file

@ -1,6 +1,6 @@
{
"name": "proj-cli",
"version": "0.4.3",
"version": "0.4.2",
"module": "index.ts",
"type": "module",
"bin": {