From 3294481e668ecc0250f38f27f7687feb1187e40e Mon Sep 17 00:00:00 2001 From: David Worms Date: Thu, 7 Nov 2024 19:29:51 +0100 Subject: [PATCH] chore(release): 1.3.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5143866..8707a1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.3.0](https://github.com/adaltas/node-ssh2-fs/compare/v1.2.2...v1.3.0) (2024-11-07) + +### Features + +- default export ([157cdd1](https://github.com/adaltas/node-ssh2-fs/commit/157cdd1415de1cc1440dee468c091a3364f07539)) +- relax ssh null check ([9214112](https://github.com/adaltas/node-ssh2-fs/commit/92141121dacbd079e7a8a4cbb1da6ef084821c03)) + ### [1.2.2](https://github.com/adaltas/node-ssh2-fs/compare/v1.2.1...v1.2.2) (2024-10-24) ### [1.2.1](https://github.com/adaltas/node-ssh2-fs/compare/v1.2.0...v1.2.1) (2024-10-01) diff --git a/package-lock.json b/package-lock.json index 56c134b..23cce26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ssh2-fs", - "version": "1.2.2", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ssh2-fs", - "version": "1.2.2", + "version": "1.3.0", "license": "BSD-3-Clause", "devDependencies": { "@commitlint/cli": "^19.5.0", diff --git a/package.json b/package.json index 129608b..cef572a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ssh2-fs", "description": "Transparent use of the `fs` module locally or over SSH", - "version": "1.2.2", + "version": "1.3.0", "author": "David Worms (https://www.adaltas.com)", "contributors": [], "devDependencies": {