Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickjuchli committed Oct 24, 2018
1 parent c1c0ce3 commit e75b705
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 46 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.14.4

- Fixed: Regression where closed clients throws timeout because of idle socket. (#26)

## 2.14.3

- Fixed: JSDoc type annotations.
Expand Down
78 changes: 34 additions & 44 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "basic-ftp",
"version": "2.14.3",
"version": "2.14.4",
"description": "FTP client for Node.js with support for explicit FTPS over TLS.",
"main": "./lib/ftp",
"scripts": {
Expand All @@ -27,7 +27,7 @@
"node": ">=8.0.0"
},
"devDependencies": {
"eslint": "5.6.1",
"eslint": "5.7.0",
"mocha": "5.2.0"
}
}

0 comments on commit e75b705

Please sign in to comment.