bump: version 0.1.0 → 0.2.0
This commit is contained in:
parent
86b1cfea81
commit
fb91a6ea18
2 changed files with 13 additions and 1 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,3 +1,15 @@
|
||||||
|
## 0.2.0 (2024-10-04)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- **settings.lsl**: reset the settings completely on owner change
|
||||||
|
- **settings.lsl**: finish settings api
|
||||||
|
- **settings.lsl**: add delete API opcode
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- **settings.lsl**: only delete nu system settings
|
||||||
|
|
||||||
## 0.1.0 (2024-10-04)
|
## 0.1.0 (2024-10-04)
|
||||||
|
|
||||||
### Feat
|
### Feat
|
||||||
|
|
2
cz.json
2
cz.json
|
@ -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.1.0",
|
"version": "0.2.0",
|
||||||
"update_changelog_on_bump": true,
|
"update_changelog_on_bump": true,
|
||||||
"major_version_zero": true
|
"major_version_zero": true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue