Skip to content

Commit 3469c1a

Browse files
Version 2.0.7-beta2
1 parent 2093668 commit 3469c1a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 2.0.7-beta2
2+
-------------
3+
- Code cleanup due to moving to eslint internally
4+
- Bugfixes around JS handling of file descriptors
5+
16
Version 2.0.7-beta1
27
-------------
38
- Remove deprecated BuildCommDCB for windows support

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": "2.0.7-beta1",
3+
"version": "2.0.7-beta2",
44
"description": "Welcome your robotic javascript overlords. Better yet, program them!",
55
"author": {
66
"name": "Chris Williams",
@@ -11,7 +11,7 @@
1111
"module_name": "serialport",
1212
"module_path": "./build/{configuration}/{node_abi}-{platform}-{arch}/",
1313
"package_name": "{node_abi}-{platform}-{arch}.tar.gz",
14-
"host": "https://github.com/voodootikigod/node-serialport/releases/download/2.0.7-beta1"
14+
"host": "https://github.com/voodootikigod/node-serialport/releases/download/2.0.7-beta2"
1515
},
1616
"main": "./serialport",
1717
"repository": {

0 commit comments

Comments
 (0)