Skip to content

Commit

Permalink
Releases new version
Browse files Browse the repository at this point in the history
  • Loading branch information
eelcocramer committed Jul 6, 2018
1 parent 4d193c2 commit 1860e29
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ If you have any problems make sure to [checkout the FAQ](https://github.com/eelc

## New in the last release

* Fixes an issue in the typescript definitions.
* Fixes an issue where, on Windows, `listPairedDevices` is showing unpaired devices.
* Adds support for node v10

Check the [release notes](RELEASE_NOTES.md) for an overview of the change history.

Expand Down
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## RELEASE NOTES

### 2.1.7

* Adds support for node v10

### 2.1.6

* Fixes an issue on Windows and Linux where `close` would not terminate a connection properly.
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": "bluetooth-serial-port",
"version": "2.1.6",
"version": "2.1.7",
"description": "Bluetooth serial port communication for Node.js",
"author": "Eelco Cramer <[email protected]>",
"keywords": [
Expand Down Expand Up @@ -35,7 +35,7 @@
"@types/node": "^7.0.10"
},
"engines": {
"node": ">= 0.12.x",
"node": ">= 6.x",
"npm": ">= 1.1.x"
},
"scripts": {
Expand Down

0 comments on commit 1860e29

Please sign in to comment.