From a3b41f9e3a34bb4b6800fb048dec9de40777de57 Mon Sep 17 00:00:00 2001 From: himanshu Date: Mon, 7 Oct 2024 17:56:02 +0530 Subject: [PATCH] Release 20.3.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 f43aee8..bd88af2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@toruslabs/customauth", - "version": "20.3.0-0", + "version": "20.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@toruslabs/customauth", - "version": "20.3.0-0", + "version": "20.3.0", "license": "MIT", "dependencies": { "@chaitanyapotti/register-service-worker": "^1.7.4", diff --git a/package.json b/package.json index ddb582d..4e075d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@toruslabs/customauth", - "version": "20.3.0-0", + "version": "20.3.0", "description": "CustomAuth login with torus to get user private key", "main": "dist/lib.cjs/index.js", "module": "dist/lib.esm/index.js",