Compare commits

...

2 commits

Author SHA1 Message Date
semantic-release-bot
9b271264ac chore(release): 0.4.1 [skip ci]
## [0.4.1](https://git.kjan.de/jank/project-cli/compare/v0.4.0...v0.4.1) (2025-06-20)

### Bug Fixes

* more testing ([6cc7e19](6cc7e1997f))
2025-06-20 05:48:12 +00:00
6cc7e1997f
fix: more testing
All checks were successful
Release / Release (push) Successful in 31s
2025-06-20 07:47:25 +02:00
4 changed files with 9 additions and 3 deletions

View file

@ -1,3 +1,9 @@
## [0.4.1](https://git.kjan.de/jank/project-cli/compare/v0.4.0...v0.4.1) (2025-06-20)
### Bug Fixes
* more testing ([6cc7e19](https://git.kjan.de/jank/project-cli/commit/6cc7e1997f57df38bf2e3321dd95f13c90cf23ef))
## [0.4.0](https://git.kjan.de/jank/project-cli/compare/v0.3.3...v0.4.0) (2025-06-20) ## [0.4.0](https://git.kjan.de/jank/project-cli/compare/v0.3.3...v0.4.0) (2025-06-20)
### Features ### Features

0
a
View file

4
package-lock.json generated
View file

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