Skip to content

Commit df482d3

Browse files
committed
v9.0.2
1 parent 646f8de commit df482d3

26 files changed

+106
-28
lines changed

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.0.2](https://github.com/node-serialport/node-serialport/compare/v9.0.1...v9.0.2) (2020-10-16)
7+
8+
9+
### Bug Fixes
10+
11+
* while validating for offset, check for offset's value for NaN instead length ([#2124](https://github.com/node-serialport/node-serialport/issues/2124)) ([4215122](https://github.com/node-serialport/node-serialport/commit/42151228240c5c818ac5327d6ff5c01398805564))
12+
13+
14+
15+
16+
617
## [9.0.1](https://github.com/node-serialport/node-serialport/compare/v9.0.0...v9.0.1) (2020-08-08)
718

819

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

packages/binding-abstract/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.0.2](https://github.com/serialport/node-serialport/compare/v9.0.1...v9.0.2) (2020-10-16)
7+
8+
9+
### Bug Fixes
10+
11+
* while validating for offset, check for offset's value for NaN instead length ([#2124](https://github.com/serialport/node-serialport/issues/2124)) ([4215122](https://github.com/serialport/node-serialport/commit/42151228240c5c818ac5327d6ff5c01398805564))
12+
13+
14+
15+
16+
617
## [9.0.1](https://github.com/serialport/node-serialport/compare/v9.0.0...v9.0.1) (2020-08-08)
718

819
**Note:** Version bump only for package @serialport/binding-abstract

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@serialport/binding-abstract",
3-
"version": "9.0.1",
3+
"version": "9.0.2",
44
"main": "lib",
55
"keywords": [
66
"serialport-binding"

packages/binding-mock/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.0.2](https://github.com/serialport/node-serialport/compare/v9.0.1...v9.0.2) (2020-10-16)
7+
8+
**Note:** Version bump only for package @serialport/binding-mock
9+
10+
11+
12+
13+
614
## [9.0.1](https://github.com/serialport/node-serialport/compare/v9.0.0...v9.0.1) (2020-08-08)
715

816
**Note:** Version bump only for package @serialport/binding-mock

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@serialport/binding-mock",
3-
"version": "9.0.1",
3+
"version": "9.0.2",
44
"main": "lib",
55
"keywords": [
66
"serialport-binding"
77
],
88
"dependencies": {
9-
"@serialport/binding-abstract": "^9.0.1",
9+
"@serialport/binding-abstract": "^9.0.2",
1010
"debug": "^4.1.1"
1111
},
1212
"engines": {

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.0.2](https://github.com/serialport/node-serialport/compare/v9.0.1...v9.0.2) (2020-10-16)
7+
8+
**Note:** Version bump only for package @serialport/bindings
9+
10+
11+
12+
13+
614
## [9.0.1](https://github.com/serialport/node-serialport/compare/v9.0.0...v9.0.1) (2020-08-08)
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.

0 commit comments

Comments
 (0)