diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b828a069b..8ae9f6721b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.11.16 (2025-02-06) + + +### Bug Fixes + +* disable check test as it has issue ([5fdc122](https://github.com/Cap-go/capgo/commit/5fdc122ceb665698cdf833e53ea1e64386558ede)) + ### 11.11.15 (2025-02-06) ### 11.11.14 (2025-02-06) diff --git a/package.json b/package.json index d646043fc0..5f9ecd3b11 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "capgo-app", "type": "module", - "version": "11.11.15", + "version": "11.11.16", "private": true, "scripts": { "env:hard-setup": "supabase stop && supabase start && supabase db reset",