Skip to content

Commit

Permalink
Version 4.0.3
Browse files Browse the repository at this point in the history
- Switch to the lie promise library as it's smaller and mimics nodejs's promise closer
- Fix a bug that prevented reopening a port after an open error
  • Loading branch information
reconbot committed Oct 5, 2016
1 parent da2cd2c commit 4decfbb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Version 4.0.3
-------------
- Switch to the lie promise library as it's smaller and mimics nodejs's promise closer
- Fix a bug that prevented reopening a port after an open error

Version 4.0.2
-------------
- [unix] Fix a bug when we'd crash when pausing during a read
- [unix] Fix a bug when we'd crash when pausing during a read

Version 4.0.1
-------------
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": "4.0.2",
"version": "4.0.3",
"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/4.0.2"
"host": "https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.3"
},
"main": "./lib/serialport",
"repository": {
Expand Down

0 comments on commit 4decfbb

Please sign in to comment.