Skip to content

Commit 4017f61

Browse files
committed
Publish
- @serialport/[email protected] - [email protected]
1 parent 692e6ab commit 4017f61

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

packages/bindings/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="2.0.2"></a>
7+
## [2.0.2](https://github.com/node-serialport/node-serialport/compare/@serialport/[email protected]...@serialport/[email protected]) (2018-08-29)
8+
9+
**Note:** Version bump only for package @serialport/bindings
10+
11+
12+
13+
14+
615
<a name="2.0.1"></a>
716
## [2.0.1](https://github.com/node-serialport/node-serialport/compare/@serialport/[email protected]...@serialport/[email protected]) (2018-08-29)
817

packages/bindings/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@serialport/bindings",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"main": "lib",
55
"dependencies": {
66
"@serialport/binding-abstract": "^2.0.1",

packages/serialport/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="7.0.2"></a>
7+
## [7.0.2](https://github.com/node-serialport/node-serialport/compare/[email protected]@7.0.2) (2018-08-29)
8+
9+
**Note:** Version bump only for package serialport
10+
11+
12+
13+
14+
615
<a name="7.0.1"></a>
716
## [7.0.1](https://github.com/node-serialport/node-serialport/compare/[email protected]@7.0.1) (2018-08-29)
817

packages/serialport/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": "7.0.1",
3+
"version": "7.0.2",
44
"description": "Node.js package to access serial ports. Linux, OSX and Windows. Welcome your robotic JavaScript overlords. Better yet, program them!",
55
"main": "lib",
66
"repository": {
@@ -41,7 +41,7 @@
4141
],
4242
"dependencies": {
4343
"@serialport/binding-mock": "^2.0.1",
44-
"@serialport/bindings": "^2.0.1",
44+
"@serialport/bindings": "^2.0.2",
4545
"@serialport/parser-byte-length": "^2.0.1",
4646
"@serialport/parser-cctalk": "^2.0.1",
4747
"@serialport/parser-delimiter": "^2.0.1",

0 commit comments

Comments
 (0)