diff --git a/CHANGELOG.md b/CHANGELOG.md index e37d0e9b0..5143bec5b 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.12.4 (2025-02-06) + ### 11.12.3 (2025-02-06) ### 11.12.2 (2025-02-06) diff --git a/package.json b/package.json index 9e750b009..9ebc8867d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "capgo-app", "type": "module", - "version": "11.12.3", + "version": "11.12.4", "private": true, "scripts": { "env:hard-setup": "supabase stop && supabase start && supabase db reset",