diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d1b5f7d3f..0d37ce2438 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### 11.7.21-alpha.1 (2024-12-30) + ### 11.7.21-alpha.0 (2024-12-30) ### 11.7.20 (2024-12-26) diff --git a/package.json b/package.json index b830525f7e..a669dfef3c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "capgo-app", "type": "module", - "version": "11.7.21-alpha.0", + "version": "11.7.21-alpha.1", "private": true, "scripts": { "env:hard-setup": "supabase stop && supabase start && supabase db reset",