diff --git a/CHANGELOG.md b/CHANGELOG.md index 53f5351..25b072e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.2](https://github.com/adaltas/node-ssh2-exec/compare/v0.8.1...v0.8.2) (2024-10-17) + ### [0.8.1](https://github.com/adaltas/node-ssh2-exec/compare/v0.8.0...v0.8.1) (2024-09-29) ### Features diff --git a/package-lock.json b/package-lock.json index 49966c5..9bb0fb7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ssh2-exec", - "version": "0.8.1", + "version": "0.8.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ssh2-exec", - "version": "0.8.1", + "version": "0.8.2", "license": "BSD-3-Clause", "devDependencies": { "@commitlint/cli": "^19.5.0", diff --git a/package.json b/package.json index 31b2991..a167821 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ssh2-exec", - "version": "0.8.1", + "version": "0.8.2", "description": "Transparent usage between `child_process.exec` and `ssh2.prototype.exec`", "keywords": [ "child process",