Skip to content

Commit

Permalink
Version 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobrosenthal committed Dec 23, 2015
1 parent a80c45a commit 348ab17
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 2.0.6
-------------
- Add 5.x build to matrix, thanks @deadprogram
- Re add nmpignore, thanks @rwaldron
- Swap to upstream version of node-pre-gyp-github

Version 2.0.5
-------------
- Fix linux port listing crash since 2.0.3 refactor, thanks @monkbroc
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": "2.0.5",
"version": "2.0.6",
"description": "Welcome your robotic javascript overlords. Better yet, program them!",
"author": {
"name": "Chris Williams",
Expand All @@ -11,7 +11,7 @@
"module_name": "serialport",
"module_path": "./build/{configuration}/{node_abi}-{platform}-{arch}/",
"package_name": "{node_abi}-{platform}-{arch}.tar.gz",
"host": "https://github.com/voodootikigod/node-serialport/releases/download/2.0.5"
"host": "https://github.com/voodootikigod/node-serialport/releases/download/2.0.6"
},
"main": "./serialport",
"repository": {
Expand Down

0 comments on commit 348ab17

Please sign in to comment.