chore(release): 0.3.3 [skip ci]

## [0.3.3](https://git.kjan.de/jank/project-cli/compare/v0.3.2...v0.3.3) (2025-06-19)

### Bug Fixes

* Fix wrong config ([1f0d3aa](1f0d3aa030))
This commit is contained in:
semantic-release-bot 2025-06-19 14:57:39 +00:00
commit deb4eabbce
3 changed files with 9 additions and 3 deletions

View file

@ -1,3 +1,9 @@
## [0.3.3](https://git.kjan.de/jank/project-cli/compare/v0.3.2...v0.3.3) (2025-06-19)
### Bug Fixes
* Fix wrong config ([1f0d3aa](https://git.kjan.de/jank/project-cli/commit/1f0d3aa030d462b7f1df1646b7b4431a8ef43d2c))
## [0.3.2](https://git.kjan.de/jank/project-cli/compare/v0.3.1...v0.3.2) (2025-06-19) ## [0.3.2](https://git.kjan.de/jank/project-cli/compare/v0.3.1...v0.3.2) (2025-06-19)
### Bug Fixes ### Bug Fixes

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "proj-cli", "name": "proj-cli",
"version": "0.3.2", "version": "0.3.3",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "proj-cli", "name": "proj-cli",
"version": "0.3.2", "version": "0.3.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.3.2", "version": "0.3.3",
"module": "index.ts", "module": "index.ts",
"type": "module", "type": "module",
"bin": { "bin": {