chore(release): 0.2.0 [skip ci]

## [0.2.0](https://git.kjan.de/jank/project-cli/compare/v0.1.1...v0.2.0) (2025-06-19)

### Features

* Add basic project creation ([fb23f6f](fb23f6fd8b))
This commit is contained in:
semantic-release-bot 2025-06-19 11:49:48 +00:00
commit 0ec25d1693
3 changed files with 9 additions and 3 deletions

View file

@ -1,3 +1,9 @@
## [0.2.0](https://git.kjan.de/jank/project-cli/compare/v0.1.1...v0.2.0) (2025-06-19)
### Features
* Add basic project creation ([fb23f6f](https://git.kjan.de/jank/project-cli/commit/fb23f6fd8b5c4f625524a86e2378aa2b503458a8))
## [0.1.1](https://git.kjan.de/jank/project-cli/compare/v0.1.0...v0.1.1) (2025-06-19)
### Chores

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "proj-cli",
"version": "0.1.1",
"version": "0.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "proj-cli",
"version": "0.1.1",
"version": "0.2.0",
"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.1.1",
"version": "0.2.0",
"module": "index.ts",
"type": "module",
"devDependencies": {