bump: version 0.2.0 → 0.2.1

This commit is contained in:
zontreck 2024-10-04 23:37:34 -07:00
parent 9eb015e440
commit 9755b35c23
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
## 0.2.1 (2024-10-04)
### Fix
- **settings.lsl**: fix: #3 - finish implementing basic settings module
## 0.2.0 (2024-10-04) ## 0.2.0 (2024-10-04)
### Feat ### Feat

View file

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