Skip to content

Commit 6f3d5e1

Browse files
committed
Bump to beta8
1 parent c47b924 commit 6f3d5e1

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

.docs/README.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ For a full breakdown of why we made Node-Serialport, please read [NodeBots - The
3030

3131
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.
3232

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ For a full breakdown of why we made Node-Serialport, please read [NodeBots - The
3939

4040
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.
4141

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

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Version 5.0.0-beta8
2+
-------------
3+
If we're lucky this will be the last of the betas. The remaining potentially blocking issues have to do with improving `SerialPort.list` which would change their output. The two issues are #1220 and #1084. I need help on those two issues, if I'm not able to close them soon, I'll release anyway, and they'll be fixed for 6x. This release is large enough. -@reconbot
4+
5+
- [linux] Add the `ttyAP` subsystem to serialport list thanks to @fly19890211 for reporting it
6+
- [all] Have drain wait for pending JS write operations before calling system drain thanks to @digitalhack for reporting it
7+
- [unix] Move setting up the baudrate to the end of the open() to better support custom baudrates
8+
19
Version 5.0.0-beta7
210
-------------
311
- [all] Removed the `disconnect` event. The `close` event now fires with a disconnect error object in the event of a disconnection.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serialport",
3-
"version": "5.0.0-beta7",
3+
"version": "5.0.0-beta8",
44
"description": "Node.js package to access serial ports. Welcome your robotic JavaScript overlords. Better yet, program them!",
55
"author": {
66
"name": "Chris Williams",
@@ -10,7 +10,7 @@
1010
"binary": {
1111
"module_name": "serialport",
1212
"module_path": "build/{configuration}/",
13-
"host": "https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/5.0.0-beta7"
13+
"host": "https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/5.0.0-beta8"
1414
},
1515
"main": "lib",
1616
"repository": {

0 commit comments

Comments
 (0)