chore(release): 0.4.2 [skip ci]
## [0.4.2](https://git.kjan.de/jank/project-cli/compare/v0.4.1...v0.4.2) (2025-06-20) ### Bug Fixes * Try with unbuffer ([6de2ed4
](6de2ed43cf
))
This commit is contained in:
parent
6de2ed43cf
commit
f7616ec157
3 changed files with 9 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
|||
## [0.4.2](https://git.kjan.de/jank/project-cli/compare/v0.4.1...v0.4.2) (2025-06-20)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Try with unbuffer ([6de2ed4](https://git.kjan.de/jank/project-cli/commit/6de2ed43cfee8825503658a7bb5d7b71776cbd7e))
|
||||
|
||||
## [0.4.1](https://git.kjan.de/jank/project-cli/compare/v0.4.0...v0.4.1) (2025-06-20)
|
||||
|
||||
### Bug Fixes
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "proj-cli",
|
||||
"version": "0.4.1",
|
||||
"version": "0.4.2",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "proj-cli",
|
||||
"version": "0.4.1",
|
||||
"version": "0.4.2",
|
||||
"dependencies": {
|
||||
"@saithodev/semantic-release-gitea": "^2.1.0",
|
||||
"@semantic-release/changelog": "^6.0.3",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "proj-cli",
|
||||
"version": "0.4.1",
|
||||
"version": "0.4.2",
|
||||
"module": "index.ts",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue