From 00a2cfca8ec707f78f3a4781542ab95a2f70bf26 Mon Sep 17 00:00:00 2001 From: Vladimir Grichina Date: Mon, 12 Jul 2021 22:04:33 -0700 Subject: [PATCH] v0.42.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 85a10f86de..e2da149dfc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "near-api-js", "description": "JavaScript library to interact with NEAR Protocol via RPC API", - "version": "0.41.0", + "version": "0.42.0", "repository": { "type": "git", "url": "git+https://github.com/near/near-api-js.git"