From 6fb42c805fef70e58d931d12a000fba219b0fe8f Mon Sep 17 00:00:00 2001 From: Kentai Radiquum Date: Wed, 15 May 2024 21:19:02 +0500 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.10.0=20=E2=86=92=200.11.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.yaml | 2 +- CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.cz.yaml b/.cz.yaml index 27d747e..baecdf3 100644 --- a/.cz.yaml +++ b/.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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 96ea429..b53f16a 100644 --- a/CHANGELOG.md +++ b/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