Skip to content

Commit e90a432

Browse files
committed
v9.2.8
1 parent 7aac184 commit e90a432

17 files changed

+73
-15
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.2.8](https://github.com/node-serialport/node-serialport/compare/v9.2.7...v9.2.8) (2021-11-26)
7+
8+
9+
### Bug Fixes
10+
11+
* drop node 17 builds ([#2356](https://github.com/node-serialport/node-serialport/issues/2356)) ([e2ad9fb](https://github.com/node-serialport/node-serialport/commit/e2ad9fb380f4fc587a6782c7cee5d335bad4aa2d))
12+
* Electron 14+ installs ([#2360](https://github.com/node-serialport/node-serialport/issues/2360)) ([9997085](https://github.com/node-serialport/node-serialport/commit/99970852c7a5189067fdc4d893029727d2385a47))
13+
* OSX List Make sure necessary cleanups such as uv_mutex_unlock are called always. ([#2343](https://github.com/node-serialport/node-serialport/issues/2343)) ([fc93cb6](https://github.com/node-serialport/node-serialport/commit/fc93cb6af83358f1104fc842e65ccda9b8320904))
14+
15+
16+
17+
18+
619
## [9.2.7](https://github.com/node-serialport/node-serialport/compare/v9.2.5...v9.2.7) (2021-11-18)
720

821
**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.2.7"
10+
"version": "9.2.8"
1111
}

packages/bindings/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.2.8](https://github.com/serialport/node-serialport/compare/v9.2.7...v9.2.8) (2021-11-26)
7+
8+
9+
### Bug Fixes
10+
11+
* drop node 17 builds ([#2356](https://github.com/serialport/node-serialport/issues/2356)) ([e2ad9fb](https://github.com/serialport/node-serialport/commit/e2ad9fb380f4fc587a6782c7cee5d335bad4aa2d))
12+
* Electron 14+ installs ([#2360](https://github.com/serialport/node-serialport/issues/2360)) ([9997085](https://github.com/serialport/node-serialport/commit/99970852c7a5189067fdc4d893029727d2385a47))
13+
* OSX List Make sure necessary cleanups such as uv_mutex_unlock are called always. ([#2343](https://github.com/serialport/node-serialport/issues/2343)) ([fc93cb6](https://github.com/serialport/node-serialport/commit/fc93cb6af83358f1104fc842e65ccda9b8320904))
14+
15+
16+
17+
18+
619
## [9.2.7](https://github.com/serialport/node-serialport/compare/v9.2.5...v9.2.7) (2021-11-18)
720

821
**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.2.7",
3+
"version": "9.2.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.2.8](https://github.com/serialport/node-serialport/compare/v9.2.7...v9.2.8) (2021-11-26)
7+
8+
**Note:** Version bump only for package @serialport/list
9+
10+
11+
12+
13+
614
## [9.2.7](https://github.com/serialport/node-serialport/compare/v9.2.5...v9.2.7) (2021-11-18)
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.2.7",
3+
"version": "9.2.8",
44
"main": "lib",
55
"bin": {
66
"serialport-list": "./lib/index.js"
77
},
88
"dependencies": {
9-
"@serialport/bindings": "9.2.7",
9+
"@serialport/bindings": "9.2.8",
1010
"commander": "^7.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.2.8](https://github.com/serialport/node-serialport/compare/v9.2.7...v9.2.8) (2021-11-26)
7+
8+
**Note:** Version bump only for package @serialport/repl
9+
10+
11+
12+
13+
614
## [9.2.7](https://github.com/serialport/node-serialport/compare/v9.2.5...v9.2.7) (2021-11-18)
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.

packages/repl/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@serialport/repl",
3-
"version": "9.2.7",
3+
"version": "9.2.8",
44
"main": "lib",
55
"bin": {
66
"serialport-repl": "./lib/index.js"
77
},
88
"dependencies": {
99
"promirepl": "^2.0.1",
10-
"serialport": "9.2.7"
10+
"serialport": "9.2.8"
1111
},
1212
"engines": {
1313
"node": ">=10.0.0"

packages/serialport/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.2.8](https://github.com/serialport/node-serialport/compare/v9.2.7...v9.2.8) (2021-11-26)
7+
8+
**Note:** Version bump only for package serialport
9+
10+
11+
12+
13+
614
## [9.2.7](https://github.com/serialport/node-serialport/compare/v9.2.5...v9.2.7) (2021-11-18)
715

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

packages/serialport/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/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": "9.2.7",
3+
"version": "9.2.8",
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": {
@@ -46,7 +46,7 @@
4646
],
4747
"dependencies": {
4848
"@serialport/binding-mock": "9.2.4",
49-
"@serialport/bindings": "9.2.7",
49+
"@serialport/bindings": "9.2.8",
5050
"@serialport/parser-byte-length": "9.2.4",
5151
"@serialport/parser-cctalk": "9.2.4",
5252
"@serialport/parser-delimiter": "9.2.4",

packages/terminal/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.2.8](https://github.com/serialport/node-serialport/compare/v9.2.7...v9.2.8) (2021-11-26)
7+
8+
**Note:** Version bump only for package @serialport/terminal
9+
10+
11+
12+
13+
614
## [9.2.7](https://github.com/serialport/node-serialport/compare/v9.2.5...v9.2.7) (2021-11-18)
715

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

packages/terminal/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/terminal/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@serialport/terminal",
3-
"version": "9.2.7",
3+
"version": "9.2.8",
44
"main": "lib",
55
"bin": {
66
"serialport-terminal": "./lib/index.js"
77
},
88
"dependencies": {
9-
"@serialport/bindings": "9.2.7",
9+
"@serialport/bindings": "9.2.8",
1010
"@serialport/stream": "9.2.4",
1111
"commander": "^8.3.0",
1212
"enquirer": "^2.3.5"

0 commit comments

Comments
 (0)