From 60f89168820c62e60f65492d76389135d9b3ef71 Mon Sep 17 00:00:00 2001 From: gagdiez Date: Fri, 9 Feb 2024 15:18:37 +0100 Subject: [PATCH 1/2] chore: relase 4.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e7bba3c5..7164125c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "near-cli", - "version": "4.0.0", + "version": "4.0.1", "description": "Simple CLI for interacting with NEAR Protocol", "engines": { "node": ">= 16" From df6d9cdbbdd0f14f640dbd223c55a4e6e5997bfe Mon Sep 17 00:00:00 2001 From: gagdiez Date: Fri, 9 Feb 2024 15:22:49 +0100 Subject: [PATCH 2/2] chore: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58947e47..886dd0b9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ NEAR CLI is a Node.js application that relies on [`near-api-js`](https://github.com/near/near-api-js) to connect to and interact with the NEAR blockchain. Create accounts, access keys, sign & send transactions with this versatile command line interface tool. -**Note:** Node.js version 10+ is required to run NEAR CLI. +**Note:** Node.js version 16+ is required to run NEAR CLI. ## Release notes