Skip to content

Commit

Permalink
v9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reconbot authored and bailli committed Aug 10, 2021
1 parent 4dda3ba commit 46b90cd
Show file tree
Hide file tree
Showing 20 changed files with 95 additions and 17 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [9.1.0](https://github.com/node-serialport/node-serialport/compare/v9.0.8...v9.1.0) (2021-05-28)


### Bug Fixes

* 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))
* 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))
* 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))


### Features

* 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))





## [9.0.8](https://github.com/node-serialport/node-serialport/compare/v9.0.9...v9.0.8) (2021-05-24)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"conventionalCommits": true
}
},
"version": "9.0.8"
"version": "9.1.0"
}
12 changes: 12 additions & 0 deletions packages/bindings/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [9.1.0](https://github.com/serialport/node-serialport/compare/v9.0.8...v9.1.0) (2021-05-28)


### Bug Fixes

* linux baudRate and latency errors ([#2253](https://github.com/serialport/node-serialport/issues/2253)) ([015bc17](https://github.com/serialport/node-serialport/commit/015bc17996721c92746e44e797b1a3d899076af1))
* 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))





## [9.0.8](https://github.com/serialport/node-serialport/compare/v9.0.9...v9.0.8) (2021-05-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/bindings/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/bindings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serialport/bindings",
"version": "9.0.8",
"version": "9.1.0",
"main": "lib",
"keywords": [
"serialport-binding"
Expand Down
8 changes: 8 additions & 0 deletions packages/list/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [9.1.0](https://github.com/serialport/node-serialport/compare/v9.0.8...v9.1.0) (2021-05-28)

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





## [9.0.8](https://github.com/serialport/node-serialport/compare/v9.0.9...v9.0.8) (2021-05-24)

**Note:** Version bump only for package @serialport/list
Expand Down
2 changes: 1 addition & 1 deletion packages/list/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/list/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@serialport/list",
"version": "9.0.8",
"version": "9.1.0",
"main": "lib",
"bin": {
"serialport-list": "./lib/index.js"
},
"dependencies": {
"@serialport/bindings": "^9.0.8",
"@serialport/bindings": "^9.1.0",
"commander": "^7.1.0"
},
"engines": {
Expand Down
16 changes: 16 additions & 0 deletions packages/parser-slip-encoder/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [9.1.0](https://github.com/serialport/node-serialport/compare/v9.0.8...v9.1.0) (2021-05-28)


### Bug Fixes

* 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))


### Features

* 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))





## [9.0.7](https://github.com/serialport/node-serialport/compare/v9.0.6...v9.0.7) (2021-02-22)

**Note:** Version bump only for package @serialport/parser-slip-encoder
Expand Down
2 changes: 1 addition & 1 deletion packages/parser-slip-encoder/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/parser-slip-encoder/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@serialport/parser-slip-encoder",
"main": "lib",
"version": "9.0.7",
"version": "9.1.0",
"engines": {
"node": ">=10.0.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/repl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [9.1.0](https://github.com/serialport/node-serialport/compare/v9.0.8...v9.1.0) (2021-05-28)

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





## [9.0.8](https://github.com/serialport/node-serialport/compare/v9.0.9...v9.0.8) (2021-05-24)

**Note:** Version bump only for package @serialport/repl
Expand Down
2 changes: 1 addition & 1 deletion packages/repl/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/repl/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@serialport/repl",
"version": "9.0.8",
"version": "9.1.0",
"main": "lib",
"bin": {
"serialport-repl": "./lib/index.js"
},
"dependencies": {
"promirepl": "^2.0.1",
"serialport": "^9.0.8"
"serialport": "^9.1.0"
},
"engines": {
"node": ">=10.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/serialport/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [9.1.0](https://github.com/serialport/node-serialport/compare/v9.0.8...v9.1.0) (2021-05-28)

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





## [9.0.8](https://github.com/serialport/node-serialport/compare/v9.0.9...v9.0.8) (2021-05-24)

**Note:** Version bump only for package serialport
Expand Down
2 changes: 1 addition & 1 deletion packages/serialport/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/serialport/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serialport",
"version": "9.0.8",
"version": "9.1.0",
"description": "Node.js package to access serial ports. Linux, OSX and Windows. Welcome your robotic JavaScript overlords. Better yet, program them!",
"main": "lib",
"repository": {
Expand Down Expand Up @@ -46,7 +46,7 @@
],
"dependencies": {
"@serialport/binding-mock": "^9.0.7",
"@serialport/bindings": "^9.0.8",
"@serialport/bindings": "^9.1.0",
"@serialport/parser-byte-length": "^9.0.7",
"@serialport/parser-cctalk": "^9.0.7",
"@serialport/parser-delimiter": "^9.0.7",
Expand Down
8 changes: 8 additions & 0 deletions packages/terminal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [9.1.0](https://github.com/serialport/node-serialport/compare/v9.0.8...v9.1.0) (2021-05-28)

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





## [9.0.8](https://github.com/serialport/node-serialport/compare/v9.0.9...v9.0.8) (2021-05-24)

**Note:** Version bump only for package @serialport/terminal
Expand Down
2 changes: 1 addition & 1 deletion packages/terminal/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/terminal/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@serialport/terminal",
"version": "9.0.8",
"version": "9.1.0",
"main": "lib",
"bin": {
"serialport-terminal": "./lib/index.js"
},
"dependencies": {
"@serialport/bindings": "^9.0.8",
"@serialport/bindings": "^9.1.0",
"@serialport/stream": "^9.0.7",
"commander": "^7.1.0",
"enquirer": "^2.3.5"
Expand Down

0 comments on commit 46b90cd

Please sign in to comment.