bump: version 0.1.0 → 0.1.1

This commit is contained in:
zontreck 2024-10-05 22:36:03 -07:00
parent 732259e6f9
commit 021d34a9d9
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
## 0.1.1 (2024-10-05)
### Refactor
- **jenkinsfile**: fix syntax
## 0.1.0 (2024-10-05)
### Feat

View file

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