mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-05 07:44:38 +00:00
bump: version 0.10.0 → 0.11.0
This commit is contained in:
parent
3b222e0cc5
commit
6fb42c805f
2 changed files with 14 additions and 1 deletions
2
.cz.yaml
2
.cz.yaml
|
@ -4,5 +4,5 @@ commitizen:
|
|||
name: cz_conventional_commits
|
||||
tag_format: $version
|
||||
update_changelog_on_bump: true
|
||||
version: 0.10.0
|
||||
version: 0.11.0
|
||||
version_scheme: semver
|
||||
|
|
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,3 +1,16 @@
|
|||
## 0.11.0 (2024-05-15)
|
||||
|
||||
### Feat
|
||||
|
||||
- **deployment**: allow deploy to vercel
|
||||
|
||||
### Fix
|
||||
|
||||
- **vercel/backend**: fix vercel backend deploy
|
||||
- **vercel/backend**: fix vercel.json headers schema
|
||||
- **vercel/backend**: fix missing CORS headers
|
||||
- **frontend**: fix API_URL environment variable being undefined
|
||||
|
||||
## 0.10.0 (2024-05-13)
|
||||
|
||||
### Feat
|
||||
|
|
Loading…
Add table
Reference in a new issue