Skip to content

Commit 2cd5648

Browse files
committed
v9.1.0
1 parent c89b600 commit 2cd5648

20 files changed

+95
-17
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.1.0](https://github.com/node-serialport/node-serialport/compare/v9.0.8...v9.1.0) (2021-05-28)
7+
8+
9+
### Bug Fixes
10+
11+
* linux baudRate and latency errors ([#2253](https://github.com/node-serialport/node-serialport/issues/2253)) ([015bc17](https://github.com/node-serialport/node-serialport/commit/015bc17996721c92746e44e797b1a3d899076af1))
12+
* Linux low latency allow seting without changing low latency mode ([#2241](https://github.com/node-serialport/node-serialport/issues/2241)) ([fb53b99](https://github.com/node-serialport/node-serialport/commit/fb53b99d4ab63bf0b50409a2f9e0c7c29715699b))
13+
* parser-slip-encoder had a breaking change ([#2254](https://github.com/node-serialport/node-serialport/issues/2254)) ([c89b600](https://github.com/node-serialport/node-serialport/commit/c89b6004308ede97c10e18f1b2fb4d40041ff752))
14+
15+
16+
### Features
17+
18+
* Add slip decoder to parser-slip-encoder ([#2196](https://github.com/node-serialport/node-serialport/issues/2196)) ([85297bc](https://github.com/node-serialport/node-serialport/commit/85297bc3d13cdc3beeee52e5badb0016ee6f24f5))
19+
20+
21+
22+
23+
624
## [9.0.8](https://github.com/node-serialport/node-serialport/compare/v9.0.9...v9.0.8) (2021-05-24)
725

826

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.8"
10+
"version": "9.1.0"
1111
}

packages/bindings/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.1.0](https://github.com/serialport/node-serialport/compare/v9.0.8...v9.1.0) (2021-05-28)
7+
8+
9+
### Bug Fixes
10+
11+
* linux baudRate and latency errors ([#2253](https://github.com/serialport/node-serialport/issues/2253)) ([015bc17](https://github.com/serialport/node-serialport/commit/015bc17996721c92746e44e797b1a3d899076af1))
12+
* Linux low latency allow seting without changing low latency mode ([#2241](https://github.com/serialport/node-serialport/issues/2241)) ([fb53b99](https://github.com/serialport/node-serialport/commit/fb53b99d4ab63bf0b50409a2f9e0c7c29715699b))
13+
14+
15+
16+
17+
618
## [9.0.8](https://github.com/serialport/node-serialport/compare/v9.0.9...v9.0.8) (2021-05-24)
719

820

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

packages/parser-slip-encoder/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.1.0](https://github.com/serialport/node-serialport/compare/v9.0.8...v9.1.0) (2021-05-28)
7+
8+
9+
### Bug Fixes
10+
11+
* parser-slip-encoder had a breaking change ([#2254](https://github.com/serialport/node-serialport/issues/2254)) ([c89b600](https://github.com/serialport/node-serialport/commit/c89b6004308ede97c10e18f1b2fb4d40041ff752))
12+
13+
14+
### Features
15+
16+
* Add slip decoder to parser-slip-encoder ([#2196](https://github.com/serialport/node-serialport/issues/2196)) ([85297bc](https://github.com/serialport/node-serialport/commit/85297bc3d13cdc3beeee52e5badb0016ee6f24f5))
17+
18+
19+
20+
21+
622
## [9.0.7](https://github.com/serialport/node-serialport/compare/v9.0.6...v9.0.7) (2021-02-22)
723

824
**Note:** Version bump only for package @serialport/parser-slip-encoder

packages/parser-slip-encoder/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)