Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickjuchli committed Feb 12, 2018
1 parent 7f6d493 commit d19d6f8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.8.2

- When downloading, handle incoming data before announcement from control socket arrives.
- More tests for uploading and downloading data including directory listings.
- Use download mechanism for directory listings as well.

## 2.8.1

- Improve documentation.
Expand Down
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.8.1",
"version": "2.8.2",
"description": "FTP client for Node.js with support for explicit FTPS over TLS.",
"main": "./lib/ftp",
"scripts": {
Expand All @@ -10,7 +10,7 @@
},
"repository": {
"type": "git",
"url" : "https://github.com/patrickjuchli/basic-ftp.git"
"url": "https://github.com/patrickjuchli/basic-ftp.git"
},
"author": "Patrick Juchli <patrickjuchli@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit d19d6f8

Please sign in to comment.