diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a10e529ac..050f36e295 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.29 (2025-01-27) + ### 11.9.28 (2025-01-27) ### 11.9.27 (2025-01-27) diff --git a/package.json b/package.json index 054ea035bd..7e8d0775de 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "capgo-app", "type": "module", - "version": "11.9.28", + "version": "11.9.29", "private": true, "scripts": { "env:hard-setup": "supabase stop && supabase start && supabase db reset",