Skip to content

Commit 5d41e45

Browse files
committed
Bump version
1 parent 49c2e73 commit 5d41e45

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

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.2.0
4+
5+
- Changed: Skip files with invalid name in downloadToDir.
6+
37
## 5.1.0
48

59
- Added: Add the option to prevent the use of separate transfer host IPs when using PASV. (#259)

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