diff --git a/CHANGELOG.md b/CHANGELOG.md index be71d0c..ff5b187 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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. +### [0.8.4](https://github.com/adaltas/node-ssh2-exec/compare/v0.8.3...v0.8.4) (2024-10-24) + +### Features + +- default export ([e87042f](https://github.com/adaltas/node-ssh2-exec/commit/e87042f97f68fbd1ba71fc9218b11256841a6484)) + ### [0.8.3](https://github.com/adaltas/node-ssh2-exec/compare/v0.8.2...v0.8.3) (2024-10-24) ### [0.8.2](https://github.com/adaltas/node-ssh2-exec/compare/v0.8.1...v0.8.2) (2024-10-17) diff --git a/package-lock.json b/package-lock.json index 0792152..f888c1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ssh2-exec", - "version": "0.8.3", + "version": "0.8.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ssh2-exec", - "version": "0.8.3", + "version": "0.8.4", "license": "MIT", "devDependencies": { "@commitlint/cli": "^19.5.0", diff --git a/package.json b/package.json index 096c885..59b7778 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ssh2-exec", - "version": "0.8.3", + "version": "0.8.4", "description": "Transparent usage between `child_process.exec` and `ssh2.prototype.exec`", "keywords": [ "child process",