bump: version 0.1.1 → 0.2.0

This commit is contained in:
zontreck 2024-10-06 02:24:49 -07:00
parent 64984f3d8a
commit 0ff361c101
2 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,13 @@
## 0.2.0 (2024-10-06)
### Feat
- **pkg**: adjust packages and configs
### Refactor
- **adjustment**: adjust some build params
## 0.1.1 (2024-10-05)
### Refactor

View file

@ -3,7 +3,7 @@
"name": "cz_conventional_commits",
"tag_format": "$version",
"version_scheme": "semver2",
"version": "0.1.1",
"version": "0.2.0",
"update_changelog_on_bump": true,
"major_version_zero": true
}