diff --git a/CHANGELOG.md b/CHANGELOG.md index ce5e9f9..b998e42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 4.6.5 + +- Fixed: Only use MLSD after querying support for feature. (#187) + ## 4.6.4 - Fixed: Hostname doesn't match certificates altnames for data connection. (#166, #179, @alandoherty) diff --git a/package-lock.json b/package-lock.json index 4e5f53d..900b133 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "basic-ftp", - "version": "4.6.4", + "version": "4.6.5", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "4.6.4", + "version": "4.6.5", "license": "MIT", "devDependencies": { "@types/mocha": "8.2.2", diff --git a/package.json b/package.json index 7d6d4b1..bfa4e1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "basic-ftp", - "version": "4.6.4", + "version": "4.6.5", "description": "FTP client for Node.js, supports FTPS over TLS, IPv6, Async/Await, and Typescript.", "main": "dist/index", "types": "dist/index",