Skip to content

Commit

Permalink
Bump versiono
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickjuchli committed Oct 29, 2019
1 parent 9d2fdea commit 26a2f00
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 4.4.1

- Fixed: Return to former working directory also after error when calling directory-related methods.

## 4.4.0

- Changed: Current API `uploadDir` and `downloadDir` has been deprecated, use `uploadFromDir` and `downloadToDir`.
Expand Down
2 changes: 1 addition & 1 deletion 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": "4.4.0",
"version": "4.4.1",
"description": "FTP client for Node.js, supports explicit FTPS over TLS, IPv6, Async/Await, and Typescript.",
"main": "dist/index",
"types": "dist/index",
Expand Down

0 comments on commit 26a2f00

Please sign in to comment.