From 43fbaed86e5090afc52902d6bb658e20cf56c076 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 10 Oct 2024 04:36:58 +0000 Subject: [PATCH] chore(release): 11.3.215 [skip netlify] --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4944ba4d4..d0349a4baf 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.3.215 (2024-10-10) + ### 11.3.214 (2024-10-10) ### 11.3.213 (2024-10-10) diff --git a/package.json b/package.json index e514ac1216..f934cd6cea 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "capgo-app", "type": "module", - "version": "11.3.214", + "version": "11.3.215", "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",