diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cafa29f95..b8605bd3c0 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.9.23 (2025-01-26) + ### 11.9.22 (2025-01-26) diff --git a/package.json b/package.json index 97de26b420..8a5e97f417 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "capgo-app", "type": "module", - "version": "11.9.22", + "version": "11.9.23", "private": true, "scripts": { "env:hard-setup": "supabase stop && supabase start && supabase db reset",