From 2f72660e3366059ff809a65219f2fa400baf025a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 30 Oct 2024 13:13:32 +0000 Subject: [PATCH] chore(release): 11.4.89 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1d20d01b0..715402a491 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.89 (2024-10-30) + + +### Bug Fixes + +* replicate ([da94e57](https://github.com/Cap-go/capgo/commit/da94e576987a8115e93dcafaa5893c327bde791d)) + ### 11.4.88 (2024-10-30) ### 11.4.87 (2024-10-30) diff --git a/package.json b/package.json index cd830a13e5..dd228aefb0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "capgo-app", "type": "module", - "version": "11.4.88", + "version": "11.4.89", "private": true, "scripts": { "env:hard-setup": "supabase stop && supabase start && supabase db reset",