diff --git a/CHANGELOG.md b/CHANGELOG.md index a44e908..dc4930a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## UNRELEASED +## 5.0.2 - Fixed: Use existing code path to close control socket when replacing it. - Fixed: Destroy sockets explicitly on timeouts only. diff --git a/package-lock.json b/package-lock.json index 1f00c27..2c465c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "basic-ftp", - "version": "5.0.1", + "version": "5.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "basic-ftp", - "version": "5.0.1", + "version": "5.0.2", "license": "MIT", "devDependencies": { "@types/mocha": "9.1.1", diff --git a/package.json b/package.json index fd083cb..d0ae877 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "basic-ftp", - "version": "5.0.1", + "version": "5.0.2", "description": "FTP client for Node.js, supports FTPS over TLS, IPv6, Async/Await, and Typescript.", "main": "dist/index", "types": "dist/index",