From 43322fea096e96f6263a790097554a4d61f72ab7 Mon Sep 17 00:00:00 2001 From: Vladimir Grichina Date: Fri, 25 Sep 2020 17:09:39 -0700 Subject: [PATCH] v0.30.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 31ba6bc430..b242907523 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.29.1", + "version": "0.30.0", "repository": { "type": "git", "url": "git+https://github.com/near/near-api-js.git"