Skip to content

Commit b8b12c0

Browse files
committed
v9.0.4
1 parent 0761997 commit b8b12c0

17 files changed

+63
-15
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [9.0.4](https://github.com/node-serialport/node-serialport/compare/v9.0.3...v9.0.4) (2020-12-17)
7+
8+
**Note:** Version bump only for package serialport-monorepo
9+
10+
11+
12+
13+
614
## [9.0.3](https://github.com/node-serialport/node-serialport/compare/v9.0.2...v9.0.3) (2020-12-04)
715

816
**Note:** Version bump only for package serialport-monorepo

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"conventionalCommits": true
88
}
99
},
10-
"version": "9.0.3"
10+
"version": "9.0.4"
1111
}

packages/bindings/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [9.0.4](https://github.com/serialport/node-serialport/compare/v9.0.3...v9.0.4) (2020-12-17)
7+
8+
**Note:** Version bump only for package @serialport/bindings
9+
10+
11+
12+
13+
614
## [9.0.3](https://github.com/serialport/node-serialport/compare/v9.0.2...v9.0.3) (2020-12-04)
715

816
**Note:** Version bump only for package @serialport/bindings

packages/bindings/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "9.0.3",
3+
"version": "9.0.4",
44
"main": "lib",
55
"keywords": [
66
"serialport-binding"

packages/list/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [9.0.4](https://github.com/serialport/node-serialport/compare/v9.0.3...v9.0.4) (2020-12-17)
7+
8+
**Note:** Version bump only for package @serialport/list
9+
10+
11+
12+
13+
614
## [9.0.3](https://github.com/serialport/node-serialport/compare/v9.0.2...v9.0.3) (2020-12-04)
715

816
**Note:** Version bump only for package @serialport/list

packages/list/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/list/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@serialport/list",
3-
"version": "9.0.3",
3+
"version": "9.0.4",
44
"main": "lib",
55
"bin": {
66
"serialport-list": "./lib/index.js"
77
},
88
"dependencies": {
9-
"@serialport/bindings": "^9.0.3",
9+
"@serialport/bindings": "^9.0.4",
1010
"commander": "^5.1.0"
1111
},
1212
"engines": {

packages/repl/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [9.0.4](https://github.com/serialport/node-serialport/compare/v9.0.3...v9.0.4) (2020-12-17)
7+
8+
**Note:** Version bump only for package @serialport/repl
9+
10+
11+
12+
13+
614
## [9.0.3](https://github.com/serialport/node-serialport/compare/v9.0.2...v9.0.3) (2020-12-04)
715

816
**Note:** Version bump only for package @serialport/repl

packages/repl/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)