From 16af1c5e1364ba76e2fb06f97bb324818aab4b56 Mon Sep 17 00:00:00 2001 From: chaitanyapotti Date: Fri, 13 Oct 2023 13:24:43 +0800 Subject: [PATCH] Release 12.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 b27b117..952f9f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@toruslabs/torus.js", - "version": "11.0.5", + "version": "12.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@toruslabs/torus.js", - "version": "11.0.5", + "version": "12.0.0", "license": "MIT", "dependencies": { "@toruslabs/constants": "^13.0.2", diff --git a/package.json b/package.json index e2523dd..6553cb2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@toruslabs/torus.js", - "version": "11.0.5", + "version": "12.0.0", "description": "Handle communication with torus nodes", "main": "dist/torusUtils.cjs.js", "module": "dist/torusUtils.esm.js",