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))
This commit is contained in:
semantic-release-bot 2025-06-20 05:56:12 +00:00
commit 6ab5935358
3 changed files with 9 additions and 3 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) ## [0.4.2](https://git.kjan.de/jank/project-cli/compare/v0.4.1...v0.4.2) (2025-06-20)
### Bug Fixes ### Bug Fixes

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "proj-cli", "name": "proj-cli",
"version": "0.4.2", "version": "0.4.3",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "proj-cli", "name": "proj-cli",
"version": "0.4.2", "version": "0.4.3",
"dependencies": { "dependencies": {
"@saithodev/semantic-release-gitea": "^2.1.0", "@saithodev/semantic-release-gitea": "^2.1.0",
"@semantic-release/changelog": "^6.0.3", "@semantic-release/changelog": "^6.0.3",

View file

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