Skip to content

Commit 4759689

Browse files
committed
v6.0.3
1 parent 573ff55 commit 4759689

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
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].2` docs](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/v6.0.2/README.md) the latest `6.x` release.
35+
- [`[email protected].3` docs](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/v6.0.3/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: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
<a name="6.0.2"></a>
2-
## [6.0.2](https://github.com/EmergingTechnologyAdvisors/node-serialport/compare/v6.0.0...v6.0.2) (2017-10-22)
3-
1+
<a name="6.0.3"></a>
2+
## [6.0.3](https://github.com/EmergingTechnologyAdvisors/node-serialport/compare/v6.0.0...v6.0.3) (2017-10-22)
43

54
### Bug Fixes
65

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].2` docs](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/v6.0.2/README.md) the latest `6.x` release.
44+
- [`[email protected].3` docs](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/v6.0.3/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.2",
3+
"version": "6.0.3",
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)