Skip to content

Commit 22a36b1

Browse files
committed
v6.0.4
1 parent 6f3afbe commit 22a36b1

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

.docs/README.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ We're not against firmware but we're better than it.
3232

3333
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.
3434

35-
- [`[email protected].3` docs](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/v6.0.3/README.md) the latest `6.x` release.
35+
- [`[email protected].4` docs](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/v6.0.4/README.md) the latest `6.x` release.
3636
- [`[email protected]` docs](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/4.0.7/README.md) the latest `4.x` release.
3737

3838
Older versions are no longer supported but their docs can be found by looking through release tags.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<a name="6.0.4"></a>
2+
## [6.0.4](https://github.com/EmergingTechnologyAdvisors/node-serialport/compare/v6.0.3...v6.0.4) (2017-10-26)
3+
4+
5+
### Bug Fixes
6+
7+
* **packages:** just-extend isn't necessary anymore ([#1376](https://github.com/EmergingTechnologyAdvisors/node-serialport/issues/1376)) ([8f650c3](https://github.com/EmergingTechnologyAdvisors/node-serialport/commit/8f650c3))
8+
* **windows:** bad parameter for ReadThread (windows) ([#1377](https://github.com/EmergingTechnologyAdvisors/node-serialport/issues/1377)) ([6f3afbe](https://github.com/EmergingTechnologyAdvisors/node-serialport/commit/6f3afbe))
9+
10+
11+
112
<a name="6.0.3"></a>
213
## [6.0.3](https://github.com/EmergingTechnologyAdvisors/node-serialport/compare/v6.0.0...v6.0.3) (2017-10-22)
314

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ We're not against firmware but we're better than it.
4141

4242
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.
4343

44-
- [`[email protected].3` docs](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/v6.0.3/README.md) the latest `6.x` release.
44+
- [`[email protected].4` docs](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/v6.0.4/README.md) the latest `6.x` release.
4545
- [`[email protected]` docs](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/4.0.7/README.md) the latest `4.x` release.
4646

4747
Older versions are no longer supported but their docs can be found by looking through release tags.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serialport",
3-
"version": "6.0.3",
3+
"version": "6.0.4",
44
"description": "Node.js package to access serial ports. Linux, OSX and Windows. Welcome your robotic JavaScript overlords. Better yet, program them!",
55
"author": {
66
"name": "Chris Williams",

0 commit comments

Comments
 (0)