Skip to content

Commit c5daa72

Browse files
committed
Bump version
1 parent 7767a61 commit c5daa72

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## 2.10.0
4+
5+
- Added: Resolve simple NAT issues with PASV.
6+
- Added: Log socket encryption right before login.
7+
- Fixed: Remove obsolete socket connection error listener.
8+
39
## 2.9.2
410

511
- Improved documentation of client methods.

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": "2.9.2",
3+
"version": "2.10.0",
44
"description": "FTP client for Node.js with support for explicit FTPS over TLS.",
55
"main": "./lib/ftp",
66
"scripts": {

0 commit comments

Comments
 (0)