Skip to content

Commit

Permalink
chore(release): 0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
maitrungduc1410 committed Jul 8, 2021
1 parent 0bfbc8c commit 6dd97e9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### 0.0.15 (2021-07-08)


### Features

* add download for remote dir ([e9ea319](https://github.com/maitrungduc1410/node-scp-async/commit/e9ea319cbe09b1202baa684e5077c01bac32d284))
* add support for readyTimeout and keepalive ([0fc1742](https://github.com/maitrungduc1410/node-scp-async/commit/0fc1742819776cbae6ae6623cdce4b6e2de21cb5))


### Bug Fixes

* use export default instead of module exports ([0bfbc8c](https://github.com/maitrungduc1410/node-scp-async/commit/0bfbc8c87088c9184b6c485231ea6fb7a585484e))

# [0.0.7](#) (2020-09-18)
### Features
- Add authentication using `privateKey`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "node-scp",
"title": "SCP module for NodeJS",
"description": "Lightweight, fast and secure SCP function for NodeJS",
"version": "0.0.14",
"version": "0.0.15",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
Expand Down

0 comments on commit 6dd97e9

Please sign in to comment.