From 52d993a7f10dd32479cd8002550881ca078aa526 Mon Sep 17 00:00:00 2001 From: chaitanyapotti Date: Wed, 5 Jul 2023 19:13:52 +0800 Subject: [PATCH] Release 15.0.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index bded8677..6125b0e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@toruslabs/customauth", - "version": "14.0.0", + "version": "15.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@toruslabs/customauth", - "version": "14.0.0", + "version": "15.0.0", "license": "MIT", "dependencies": { "@chaitanyapotti/register-service-worker": "^1.7.3", diff --git a/package.json b/package.json index 4b25f502..97a3fe6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@toruslabs/customauth", - "version": "14.0.0", + "version": "15.0.0", "description": "CustomAuth login with torus to get user private key", "main": "dist/customauth.cjs.js", "module": "dist/customauth.esm.js",