Skip to content

Commit 19fb5f8

Browse files
committed
v9.0.1
1 parent 9e8acac commit 19fb5f8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+194
-52
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.1](https://github.com/node-serialport/node-serialport/compare/v9.0.0...v9.0.1) (2020-08-08)
7+
8+
9+
### Bug Fixes
10+
11+
* disconnects should now work again on unix based systems ([#2120](https://github.com/node-serialport/node-serialport/issues/2120)) ([2801301](https://github.com/node-serialport/node-serialport/commit/2801301d1467152753c2012c7968947cf7f49c82))
12+
13+
14+
15+
16+
617
# [9.0.0](https://github.com/node-serialport/node-serialport/compare/v8.0.8...v9.0.0) (2020-05-10)
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.0"
10+
"version": "9.0.1"
1111
}

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

816
**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.0",
3+
"version": "9.0.1",
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.1](https://github.com/serialport/node-serialport/compare/v9.0.0...v9.0.1) (2020-08-08)
7+
8+
**Note:** Version bump only for package @serialport/binding-mock
9+
10+
11+
12+
13+
614
# [9.0.0](https://github.com/serialport/node-serialport/compare/v8.0.8...v9.0.0) (2020-05-10)
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.0",
3+
"version": "9.0.1",
44
"main": "lib",
55
"keywords": [
66
"serialport-binding"
77
],
88
"dependencies": {
9-
"@serialport/binding-abstract": "^9.0.0",
9+
"@serialport/binding-abstract": "^9.0.1",
1010
"debug": "^4.1.1"
1111
},
1212
"engines": {

packages/bindings/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.1](https://github.com/serialport/node-serialport/compare/v9.0.0...v9.0.1) (2020-08-08)
7+
8+
9+
### Bug Fixes
10+
11+
* disconnects should now work again on unix based systems ([#2120](https://github.com/serialport/node-serialport/issues/2120)) ([2801301](https://github.com/serialport/node-serialport/commit/2801301d1467152753c2012c7968947cf7f49c82))
12+
13+
14+
15+
16+
617
# [9.0.0](https://github.com/serialport/node-serialport/compare/v8.0.8...v9.0.0) (2020-05-10)
718

819

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)