From a0823426a824e987fae5c456c91bd1c807e86e38 Mon Sep 17 00:00:00 2001 From: Lakhan Samani Date: Sat, 11 Jul 2026 15:32:14 +0530 Subject: [PATCH] chore: release 2.2.0-rc.0 (passkey login + TOTP lockout UI on authorizer-js 3.3.0-rc.0) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 19d3b67..2801f11 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.1.0", + "version": "2.2.0-rc.0", "license": "MIT", "main": "dist/index.cjs", "module": "dist/index.mjs",