Skip to content

Commit 50a3bdc

Browse files
committed
Publish 4.0.7-beta1
1 parent 530e0a6 commit 50a3bdc

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you'd like to contribute please take a look at [contribution guide](CONTRIBUT
1717

1818
You're reading the README for the master branch of serialport. You probably want to be looking at the README of our latest release. See our [change log](changelog.md) for what's new and our [upgrade guide](UPGRADE_GUIDE.md) for a walk through on what to look out for between major versions.
1919

20-
- [`serialport@4.0.6` docs are here](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/4.0.6/README.md) it is the latest `4.x` releases.
20+
- [`serialport@4.0.7-beta1` docs are here](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/4.0.7-beta1/README.md) it is the latest `4.x` releases.
2121
- [`serialport@3.1.2` docs are here](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/3.1.2/README.md) it is the latest `3.x` releases.
2222
- [`serialport@2.1.2` docs are here](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/2.1.2/README.md) it was the last `2.x` release
2323
- [`serialport@1.7.4` docs are here](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/v1.7.4/README.md) it was the last `1.x` release

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 4.0.7-beta1
2+
-------------
3+
- [all] Fix baud rate parsing in serialport-terminal thanks to @radio-miskovice for reporting it!
4+
- [windows] Refactor `SerialPort.list` to be a lot smaller and pickup vendorId, productId and locationId thanks to @zensey for #877!
5+
16
Version 4.0.6
27
-------------
38
- [all] Upgrade nan to fix compile issues on some platforms thanks to @thom-nic

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": "4.0.6",
3+
"version": "4.0.7-beta1",
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/4.0.6"
13+
"host": "https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7-beta1"
1414
},
1515
"main": "./lib/serialport",
1616
"repository": {

0 commit comments

Comments
 (0)