From 4090eae2eb249228237309b0a0613b0ed6f7c6a1 Mon Sep 17 00:00:00 2001 From: Vladimir Grichina Date: Fri, 13 Nov 2020 22:58:07 -0800 Subject: [PATCH] v0.33.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a5f3eedb1f..af46b5e18d 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.32.0", + "version": "0.33.0", "repository": { "type": "git", "url": "git+https://github.com/near/near-api-js.git"