bump: version 0.10.0 → 0.11.0

This commit is contained in:
Kentai Radiquum 2024-05-15 21:19:02 +05:00
parent 3b222e0cc5
commit 6fb42c805f
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
2 changed files with 14 additions and 1 deletions

View file

@ -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

View file

@ -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