diff --git a/CHANGELOG.md b/CHANGELOG.md index 59eb5f663..2d9a125ff 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.9.6 (2025-01-09) + + +### Bug Fixes + +* tests with fixed disable auto update to major ([c763b8a](https://github.com/Cap-go/capgo/commit/c763b8acba0407e54737550c7f167115a7df5da8)) + ### 11.9.5 (2025-01-09) diff --git a/package.json b/package.json index c5cb0f72c..755b14a2d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "capgo-app", "type": "module", - "version": "11.9.5", + "version": "11.9.6", "private": true, "scripts": { "env:hard-setup": "supabase stop && supabase start && supabase db reset",