diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b0ad1853..1f810612b 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.4.123 (2024-11-07) + ### 11.4.122 (2024-11-06) diff --git a/package.json b/package.json index 91ba6c9ef..d67945159 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "capgo-app", "type": "module", - "version": "11.4.122", + "version": "11.4.123", "private": true, "scripts": { "env:hard-setup": "supabase stop && supabase start && supabase db reset",