Skip to content

Commit cc83329

Browse files
committed
Bump version
1 parent 4a435c4 commit cc83329

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

3+
## 2.13.1
4+
5+
- Fixed: Exception thrown if tasks will run in parallel because the user forget to use 'await'.
6+
- Fixed: Describe in documentation what exactly happens if there is a timeout.
7+
38
## 2.13.0
49

510
- Added: Use client.rename() to rename or move a file.

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "2.13.0",
3+
"version": "2.13.1",
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)