Skip to content

Commit 6deecaf

Browse files
committed
Bump version
1 parent 4b721d7 commit 6deecaf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## UNRELEASED
3+
## 5.0.2
44

55
- Fixed: Use existing code path to close control socket when replacing it.
66
- Fixed: Destroy sockets explicitly on timeouts only.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "basic-ftp",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"description": "FTP client for Node.js, supports FTPS over TLS, IPv6, Async/Await, and Typescript.",
55
"main": "dist/index",
66
"types": "dist/index",

0 commit comments

Comments
 (0)