diff --git a/CHANGELOG.md b/CHANGELOG.md index 14904f4084..93cea67932 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.4.71 (2024-10-26) + + +### Bug Fixes + +* versions ([0e72127](https://github.com/Cap-go/capgo/commit/0e721278e93430af205cb5a843676b411ce96df6)) + ### 11.4.70 (2024-10-26) ### 11.4.69 (2024-10-25) diff --git a/package.json b/package.json index d900060500..aa1bf56ce6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "capgo-app", "type": "module", - "version": "11.4.70", + "version": "11.4.71", "private": true, "scripts": { "env:hard-setup": "supabase stop && supabase start && supabase db reset && docker stop minio1 && docker rm minio1 && sudo rm -rf /tmp/minio-data/ && bun run minio:start && bun run minio:seed",