diff --git a/CHANGELOG.md b/CHANGELOG.md index bc5c313..7e138d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 4.5.2 + +- Fixed: Try next available list command after any FTP error. (#117) + ## 4.5.1 - Fixed: Remove eager check for `remoteAddress` of a socket. (#106) diff --git a/package-lock.json b/package-lock.json index 23d51fe..2648029 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "basic-ftp", - "version": "4.5.1", + "version": "4.5.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 37267e2..0089f48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "basic-ftp", - "version": "4.5.1", + "version": "4.5.2", "description": "FTP client for Node.js, supports explicit FTPS over TLS, IPv6, Async/Await, and Typescript.", "main": "dist/index", "types": "dist/index",