From 7b4e07a80fb35dc2b841239c6f2a8baf405ba52b Mon Sep 17 00:00:00 2001 From: Vladimir Grichina Date: Thu, 3 Dec 2020 01:58:40 -0800 Subject: [PATCH] v0.35.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f9d846512..bb4814d0a2 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.34.0", + "version": "0.35.0", "repository": { "type": "git", "url": "git+https://github.com/near/near-api-js.git"