From 6b4c64ce5c16f488d90b87997aa0f19c871abe2f Mon Sep 17 00:00:00 2001 From: Brian White Date: Sun, 10 Oct 2021 17:36:51 -0400 Subject: [PATCH] bump version to v1.5.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1fd1f7ed..7e8fba19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ssh2", - "version": "1.4.0", + "version": "1.5.0", "author": "Brian White ", "description": "SSH2 client and server modules written in pure JavaScript for node.js", "main": "./lib/index.js",