Skip to content

Commit 0f9bdb3

Browse files
committed
v9.2.0
1 parent 4fbb973 commit 0f9bdb3

File tree

17 files changed

+76
-15
lines changed

17 files changed

+76
-15
lines changed

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.2.0](https://github.com/node-serialport/node-serialport/compare/v9.1.0...v9.2.0) (2021-06-19)
7+
8+
9+
### Features
10+
11+
* combine lint and test workflows and clean them up ([#2261](https://github.com/node-serialport/node-serialport/issues/2261)) ([0461285](https://github.com/node-serialport/node-serialport/commit/0461285f04b93034008cf6c22ac566d0a1a09571))
12+
* Pin version numbers for all monorepo packages ([#2275](https://github.com/node-serialport/node-serialport/issues/2275)) ([4fbb973](https://github.com/node-serialport/node-serialport/commit/4fbb973e9ea7de4dd00494b9293a428ac1c3a1e2))
13+
14+
15+
16+
17+
618
# [9.1.0](https://github.com/node-serialport/node-serialport/compare/v9.0.8...v9.1.0) (2021-05-28)
719

820

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

816

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.1.0",
3+
"version": "9.2.0",
44
"main": "lib",
55
"keywords": [
66
"serialport-binding"

packages/list/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.2.0](https://github.com/serialport/node-serialport/compare/v9.1.0...v9.2.0) (2021-06-19)
7+
8+
9+
### Features
10+
11+
* Pin version numbers for all monorepo packages ([#2275](https://github.com/serialport/node-serialport/issues/2275)) ([4fbb973](https://github.com/serialport/node-serialport/commit/4fbb973e9ea7de4dd00494b9293a428ac1c3a1e2))
12+
13+
14+
15+
16+
617
# [9.1.0](https://github.com/serialport/node-serialport/compare/v9.0.8...v9.1.0) (2021-05-28)
718

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