Skip to content

Commit 76317d2

Browse files
committed
v9.2.1
1 parent c8ca2fc commit 76317d2

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.2.1](https://github.com/node-serialport/node-serialport/compare/v9.2.0...v9.2.1) (2021-09-03)
7+
8+
**Note:** Version bump only for package serialport-monorepo
9+
10+
11+
12+
13+
614
# [9.2.0](https://github.com/node-serialport/node-serialport/compare/v9.1.0...v9.2.0) (2021-06-19)
715

816

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.0"
10+
"version": "9.2.1"
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.2.1](https://github.com/serialport/node-serialport/compare/v9.2.0...v9.2.1) (2021-09-03)
7+
8+
**Note:** Version bump only for package @serialport/bindings
9+
10+
11+
12+
13+
614
# [9.2.0](https://github.com/serialport/node-serialport/compare/v9.1.0...v9.2.0) (2021-06-19)
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.2.0",
3+
"version": "9.2.1",
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.1](https://github.com/serialport/node-serialport/compare/v9.2.0...v9.2.1) (2021-09-03)
7+
8+
**Note:** Version bump only for package @serialport/list
9+
10+
11+
12+
13+
614
# [9.2.0](https://github.com/serialport/node-serialport/compare/v9.1.0...v9.2.0) (2021-06-19)
715

816

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.0",
3+
"version": "9.2.1",
44
"main": "lib",
55
"bin": {
66
"serialport-list": "./lib/index.js"
77
},
88
"dependencies": {
9-
"@serialport/bindings": "^9.2.0",
9+
"@serialport/bindings": "9.2.1",
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.1](https://github.com/serialport/node-serialport/compare/v9.2.0...v9.2.1) (2021-09-03)
7+
8+
**Note:** Version bump only for package @serialport/repl
9+
10+
11+
12+
13+
614
# [9.2.0](https://github.com/serialport/node-serialport/compare/v9.1.0...v9.2.0) (2021-06-19)
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)