bump: version 0.0.1 → 0.1.0
This commit is contained in:
parent
12816746e8
commit
a5f50f8c59
2 changed files with 8 additions and 2 deletions
6
CHANGELOG.md
Normal file
6
CHANGELOG.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
## 0.1.0 (2024-10-06)
|
||||
|
||||
### Feat
|
||||
|
||||
- **commitizen**: add commitizen config
|
||||
- **patches**: include submodule patch
|
4
cz.json
4
cz.json
|
@ -3,8 +3,8 @@
|
|||
"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
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue