bump: version 0.0.1 → 0.1.0

This commit is contained in:
zontreck 2024-10-05 22:32:03 -07:00
parent 5ca46c536a
commit ee0301a1cb
2 changed files with 6 additions and 1 deletions

5
CHANGELOG.md Normal file
View file

@ -0,0 +1,5 @@
## 0.1.0 (2024-10-05)
### Feat
- **initial**: initial commit

View file

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