From ba55451c4c79d337796339d01ab40d634330556f Mon Sep 17 00:00:00 2001 From: Vladimir Grichina Date: Sun, 7 Mar 2021 19:47:36 -0800 Subject: [PATCH] v0.38.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 52b848c51f..f3fabb7df2 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.37.0", + "version": "0.38.0", "repository": { "type": "git", "url": "git+https://github.com/near/near-api-js.git"