From 494ae996283075e16dbea44192f2ae9c2a5005be Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 15 Dec 2024 18:40:41 +0000 Subject: [PATCH] chore(release): 11.5.23 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 588a639b8d..9ea42e2c09 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.5.23 (2024-12-15) + + +### Bug Fixes + +* 2FA for reset pass ([2721e3e](https://github.com/Cap-go/capgo/commit/2721e3e3df2c72a6332a9e380d132a5753aa292b)) + ### 11.5.22 (2024-12-15) diff --git a/package.json b/package.json index dd42422ce9..05c384c60e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "capgo-app", "type": "module", - "version": "11.5.22", + "version": "11.5.23", "private": true, "scripts": { "env:hard-setup": "supabase stop && supabase start && supabase db reset",