Skip to content

Commit 567b6d8

Browse files
committed
v9.0.8
1 parent ac25b3a commit 567b6d8

File tree

19 files changed

+73
-16
lines changed

19 files changed

+73
-16
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.8](https://github.com/node-serialport/node-serialport/compare/v9.0.9...v9.0.8) (2021-05-24)
7+
8+
9+
### Bug Fixes
10+
11+
* electron 11 prebuilds were broken ([#2237](https://github.com/node-serialport/node-serialport/issues/2237)) ([ac25b3a](https://github.com/node-serialport/node-serialport/commit/ac25b3ad5393f8c398824c46c411509b91fb3755))
12+
13+
14+
15+
16+
617
## [9.0.7](https://github.com/node-serialport/node-serialport/compare/v9.0.6...v9.0.7) (2021-02-22)
718

819
**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.7"
10+
"version": "9.0.8"
1111
}

packages/bindings/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.8](https://github.com/serialport/node-serialport/compare/v9.0.9...v9.0.8) (2021-05-24)
7+
8+
9+
### Bug Fixes
10+
11+
* electron 11 prebuilds were broken ([#2237](https://github.com/serialport/node-serialport/issues/2237)) ([ac25b3a](https://github.com/serialport/node-serialport/commit/ac25b3ad5393f8c398824c46c411509b91fb3755))
12+
13+
14+
15+
16+
617
## [9.0.7](https://github.com/serialport/node-serialport/compare/v9.0.6...v9.0.7) (2021-02-22)
718

819
**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.7",
3+
"version": "9.0.8",
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.8](https://github.com/serialport/node-serialport/compare/v9.0.9...v9.0.8) (2021-05-24)
7+
8+
**Note:** Version bump only for package @serialport/list
9+
10+
11+
12+
13+
614
## [9.0.7](https://github.com/serialport/node-serialport/compare/v9.0.6...v9.0.7) (2021-02-22)
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.7",
3+
"version": "9.0.8",
44
"main": "lib",
55
"bin": {
66
"serialport-list": "./lib/index.js"
77
},
88
"dependencies": {
9-
"@serialport/bindings": "^9.0.7",
9+
"@serialport/bindings": "^9.0.8",
1010
"commander": "^7.1.0"
1111
},
1212
"engines": {

packages/parser-packet-length/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@
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.8](https://github.com/serialport/node-serialport/compare/v9.0.9...v9.0.8) (2021-05-24)
7+
8+
**Note:** Version bump only for package @serialport/parser-packet-length

packages/parser-packet-length/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@serialport/parser-packet-length",
33
"main": "lib",
4-
"version": "9.0.1",
4+
"version": "9.0.8",
55
"engines": {
66
"node": ">=8.6.0"
77
},

0 commit comments

Comments
 (0)