Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickjuchli committed Sep 1, 2022
1 parent 4b721d7 commit 6deecaf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 6deecaf

Please sign in to comment.