diff --git a/CHANGELOG.md b/CHANGELOG.md index 29c74b2ec5..8691079291 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.91 (2024-10-30) + ### 11.4.90 (2024-10-30) ### 11.4.89 (2024-10-30) diff --git a/package.json b/package.json index ca5bba9432..b9dc00d10f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "capgo-app", "type": "module", - "version": "11.4.90", + "version": "11.4.91", "private": true, "scripts": { "env:hard-setup": "supabase stop && supabase start && supabase db reset",