Skip to content

Commit 1a087da

Browse files
committed
v8.0.6
1 parent 16f9662 commit 1a087da

Some content is hidden

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

42 files changed

+201
-45
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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+
## [8.0.6](https://github.com/node-serialport/node-serialport/compare/v8.0.5...v8.0.6) (2019-12-25)
7+
8+
9+
### Bug Fixes
10+
11+
* bindings.close() should cause a canceled read error ([#1972](https://github.com/node-serialport/node-serialport/issues/1972)) ([50f967e](https://github.com/node-serialport/node-serialport/commit/50f967e788f362da57d782829712542c8f15f8c8))
12+
* No prebuilt binaries found with electron-builder ([#2003](https://github.com/node-serialport/node-serialport/issues/2003)) ([16f9662](https://github.com/node-serialport/node-serialport/commit/16f966233930bc7c7302d2b7a53d70282b42e165))
13+
* stream required bindings-mock as a dep ([#1970](https://github.com/node-serialport/node-serialport/issues/1970)) ([e978b7e](https://github.com/node-serialport/node-serialport/commit/e978b7eb244b87a6be2ae914965adeb1f4562935))
14+
* upgrade npm on GitHub actions to fix bug ([#1973](https://github.com/node-serialport/node-serialport/issues/1973)) ([d500a5b](https://github.com/node-serialport/node-serialport/commit/d500a5b1ba6e6600e0a3f4486a3c496304f95c3f))
15+
16+
17+
18+
19+
620
## [8.0.5](https://github.com/node-serialport/node-serialport/compare/v8.0.4...v8.0.5) (2019-10-27)
721

822

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": "8.0.5"
10+
"version": "8.0.6"
1111
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [8.0.6](https://github.com/serialport/node-serialport/compare/v8.0.5...v8.0.6) (2019-12-25)
7+
8+
**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": "8.0.4",
3+
"version": "8.0.6",
44
"main": "lib",
55
"keywords": [
66
"serialport-binding"

packages/binding-mock/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [8.0.6](https://github.com/serialport/node-serialport/compare/v8.0.5...v8.0.6) (2019-12-25)
7+
8+
9+
### Bug Fixes
10+
11+
* bindings.close() should cause a canceled read error ([#1972](https://github.com/serialport/node-serialport/issues/1972)) ([50f967e](https://github.com/serialport/node-serialport/commit/50f967e788f362da57d782829712542c8f15f8c8))

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": "8.0.4",
3+
"version": "8.0.6",
44
"main": "lib",
55
"keywords": [
66
"serialport-binding"
77
],
88
"dependencies": {
9-
"@serialport/binding-abstract": "^8.0.4",
9+
"@serialport/binding-abstract": "^8.0.6",
1010
"debug": "^4.1.1"
1111
},
1212
"engines": {

packages/bindings/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [8.0.6](https://github.com/serialport/node-serialport/compare/v8.0.5...v8.0.6) (2019-12-25)
7+
8+
9+
### Bug Fixes
10+
11+
* bindings.close() should cause a canceled read error ([#1972](https://github.com/serialport/node-serialport/issues/1972)) ([50f967e](https://github.com/serialport/node-serialport/commit/50f967e788f362da57d782829712542c8f15f8c8))
12+
* No prebuilt binaries found with electron-builder ([#2003](https://github.com/serialport/node-serialport/issues/2003)) ([16f9662](https://github.com/serialport/node-serialport/commit/16f966233930bc7c7302d2b7a53d70282b42e165))

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)