From a56e70e68efd6a1c7e665c9a473eb68d25571a55 Mon Sep 17 00:00:00 2001 From: Brian White Date: Mon, 18 Dec 2023 14:56:28 -0500 Subject: [PATCH] package: bump version to v1.15.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b24c9557..5b8eb683 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ssh2", - "version": "1.14.0", + "version": "1.15.0", "author": "Brian White ", "description": "SSH2 client and server modules written in pure JavaScript for node.js", "main": "./lib/index.js",