Skip to content

Commit

Permalink
Prepare release 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
theophilusx committed Aug 30, 2020
1 parent 72ebc3c commit 956de00
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 14 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
- [Timeout while waiting for handshake or handshake errors](#sec-7-5)
- [Examples](#sec-8)
- [Change Log](#sec-9)
- [v5.3.0 (Dev Version)](#sec-9-1)
- [v5.2.2 (Prod Version)](#sec-9-2)
- [v5.3.0 (Prod Version)](#sec-9-1)
- [v5.2.2](#sec-9-2)
- [v5.2.1](#sec-9-3)
- [v5.2.0](#sec-9-4)
- [v5.1.3](#sec-9-5)
Expand Down Expand Up @@ -107,7 +107,7 @@ an SFTP client for node.js, a wrapper around [SSH2](https://github.com/mscdex/ss

Documentation on the methods and available options in the underlying modules can be found on the [SSH2](https://github.com/mscdex/ssh2) and [SSH2-STREAMS](https://github.com/mscdex/ssh2-streams/blob/master/SFTPStream.md) project pages.

Current stable release is **v5.2.1**.
Current stable release is **v5.3.0**.

Code has been tested against Node versions 12.18.2 and 13.14.0

Expand Down Expand Up @@ -1233,13 +1233,13 @@ I have started collecting example scripts in the example directory of the reposi
# Change Log<a id="sec-9"></a>
## v5.3.0 (Dev Version)<a id="sec-9-1"></a>
## v5.3.0 (Prod Version)<a id="sec-9-1"></a>
- Refine event handler management
- Fix path processing for win32 based sftp servers
- Update documentation
## v5.2.2 (Prod Version)<a id="sec-9-2"></a>
## v5.2.2<a id="sec-9-2"></a>
- Bug fix release. Add error code 4 check to stat() method.
- bump Mocha version for tests
Expand Down
6 changes: 3 additions & 3 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ convenience abstraction as well as a Promise based API.
Documentation on the methods and available options in the underlying modules can
be found on the [[https://github.com/mscdex/ssh2][SSH2]] and [[https://github.com/mscdex/ssh2-streams/blob/master/SFTPStream.md][SSH2-STREAMS]] project pages.

Current stable release is *v5.2.1*.
Current stable release is *v5.3.0*.

Code has been tested against Node versions 12.18.2 and 13.14.0

Expand Down Expand Up @@ -1523,11 +1523,11 @@ handling and may contain errors. However, I think they are still useful for
helping developers see how the module and API can be used.

* Change Log
** v5.3.0 (Dev Version)
** v5.3.0 (Prod Version)
- Refine event handler management
- Fix path processing for win32 based sftp servers
- Update documentation
** v5.2.2 (Prod Version)
** v5.2.2
- Bug fix release. Add error code 4 check to stat() method.
- bump Mocha version for tests

Expand Down
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
{
"name": "ssh2-sftp-client",
"version": "5.2.2",
"version": "5.3.0",
"description": "ssh2 sftp client for node",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/theophilusx/ssh2-sftp-client"
},
"keywords": [
"sftp",
"nodejs",
"promises"
],
"keywords": ["sftp", "nodejs", "promises"],
"scripts": {
"test": "mocha"
},
Expand Down

0 comments on commit 956de00

Please sign in to comment.