diff --git a/CHANGELOG.md b/CHANGELOG.md index 5066065..73f8a3c 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. +### [4.0.3](https://github.com/adaltas/node-ssh2-connect/compare/v4.0.2...v4.0.3) (2024-09-28) + +### Bug Fixes + +- export ConnectConfig ([d22ff76](https://github.com/adaltas/node-ssh2-connect/commit/d22ff76858d48fe9bb5f36d183532f2dbf4c7edb)) + ### [4.0.2](https://github.com/adaltas/node-ssh2-connect/compare/v4.0.1...v4.0.2) (2024-09-09) ### [4.0.1](https://github.com/adaltas/node-ssh2-connect/compare/v4.0.0...v4.0.1) (2024-09-09) diff --git a/package.json b/package.json index a648a11..7421bec 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ssh2-connect", "description": "Callback-based api behind ssh2 to open an SSH connection", - "version": "4.0.2", + "version": "4.0.3", "author": "David Worms (https://www.adaltas.com)", "contributors": [], "dependencies": {