Skip to content

Commit

Permalink
Bump to beta7
Browse files Browse the repository at this point in the history
  • Loading branch information
reconbot committed Jul 10, 2017
1 parent 2045d85 commit 33d61b3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .docs/README.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ For a full breakdown of why we made Node-Serialport, please read [NodeBots - The

You're reading the README for Node-Serialport's master branch. You probably want to see the README for our most recent release. See our [changelog](changelog.md) for what's new, and our [upgrade guide](UPGRADE_GUIDE.md) for a walk-through on differences between major versions.

- [`[email protected]beta6` docs](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/5.0.0-beta6/README.md) the latest `5.x` release.
- [`[email protected]beta7` docs](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/5.0.0-beta7/README.md) the latest `5.x` release.
- [`[email protected]` docs](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/4.0.7/README.md) the latest `4.x` release.
- [`[email protected]` docs](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/3.1.2/README.md) the last `3.x` release.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ For a full breakdown of why we made Node-Serialport, please read [NodeBots - The

You're reading the README for Node-Serialport's master branch. You probably want to see the README for our most recent release. See our [changelog](changelog.md) for what's new, and our [upgrade guide](UPGRADE_GUIDE.md) for a walk-through on differences between major versions.

- [`[email protected]beta6` docs](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/5.0.0-beta6/README.md) the latest `5.x` release.
- [`[email protected]beta7` docs](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/5.0.0-beta7/README.md) the latest `5.x` release.
- [`[email protected]` docs](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/4.0.7/README.md) the latest `4.x` release.
- [`[email protected]` docs](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/3.1.2/README.md) the last `3.x` release.

Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 5.0.0-beta7
-------------
- [all] Removed the `disconnect` event. The `close` event now fires with a disconnect error object in the event of a disconnection.
- [all] Exposed mocking serialport on `serialport/test`

Version 5.0.0-beta6
-------------
- [all] The `disconnect` event now more reliable. Will be emitted as an error if there are no listeners.
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": "serialport",
"version": "5.0.0-beta6",
"version": "5.0.0-beta7",
"description": "Node.js package to access serial ports. Welcome your robotic JavaScript overlords. Better yet, program them!",
"author": {
"name": "Chris Williams",
Expand All @@ -10,7 +10,7 @@
"binary": {
"module_name": "serialport",
"module_path": "build/{configuration}/",
"host": "https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/5.0.0-beta6"
"host": "https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/5.0.0-beta7"
},
"main": "lib",
"repository": {
Expand Down

0 comments on commit 33d61b3

Please sign in to comment.