Compare commits

...

2 commits

Author SHA1 Message Date
semantic-release-bot
6ab5935358 chore(release): 0.4.3 [skip ci]
## [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](a7257b2584))
2025-06-20 05:56:12 +00:00
a7257b2584
fix: Remove command
All checks were successful
Release / Release (push) Successful in 32s
2025-06-20 07:55:32 +02:00
4 changed files with 10 additions and 4 deletions

View file

@ -1,3 +1,9 @@
## [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 command ${CLI_NAME} "$@" | while IFS= read -r line; do
unbuffer ${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.2",
"version": "0.4.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "proj-cli",
"version": "0.4.2",
"version": "0.4.3",
"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.2",
"version": "0.4.3",
"module": "index.ts",
"type": "module",
"bin": {