Skip to content

Commit 80e27be

Browse files
committed
Bump version
1 parent 970643e commit 80e27be

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 5.0.4
4+
5+
- Fixed: Handle relative paths in Client.removeDir()
6+
37
## 5.0.3
48

59
- Fixed: Improve closing sequence for control socket. (#224, #228)

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.3",
3+
"version": "5.0.4",
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)