Skip to content

Commit 36d3abc

Browse files
committed
v9.0.0
1 parent e0c232c commit 36d3abc

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

+196
-44
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.0](https://github.com/node-serialport/node-serialport/compare/v8.0.8...v9.0.0) (2020-05-10)
7+
8+
9+
### chore
10+
11+
* build on node 14 and drop node 8 and 32bit linux builds ([#2079](https://github.com/node-serialport/node-serialport/issues/2079)) ([e0c232c](https://github.com/node-serialport/node-serialport/commit/e0c232c77ade7ab188dade1dc0cc7af134ce3a95))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* Dropping node 8 and 32bit linux builds
17+
18+
19+
20+
21+
622
## [8.0.8](https://github.com/node-serialport/node-serialport/compare/v8.0.7...v8.0.8) (2020-05-07)
723

824

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.8"
10+
"version": "9.0.0"
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.0](https://github.com/serialport/node-serialport/compare/v8.0.8...v9.0.0) (2020-05-10)
7+
8+
**Note:** Version bump only for package @serialport/binding-abstract
9+
10+
11+
12+
13+
614
## [8.0.6](https://github.com/serialport/node-serialport/compare/v8.0.5...v8.0.6) (2019-12-25)
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": "8.0.6",
3+
"version": "9.0.0",
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.0](https://github.com/serialport/node-serialport/compare/v8.0.8...v9.0.0) (2020-05-10)
7+
8+
**Note:** Version bump only for package @serialport/binding-mock
9+
10+
11+
12+
13+
614
## [8.0.6](https://github.com/serialport/node-serialport/compare/v8.0.5...v8.0.6) (2019-12-25)
715

816

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

packages/bindings/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.0](https://github.com/serialport/node-serialport/compare/v8.0.8...v9.0.0) (2020-05-10)
7+
8+
9+
### chore
10+
11+
* build on node 14 and drop node 8 and 32bit linux builds ([#2079](https://github.com/serialport/node-serialport/issues/2079)) ([e0c232c](https://github.com/serialport/node-serialport/commit/e0c232c77ade7ab188dade1dc0cc7af134ce3a95))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* Dropping node 8 and 32bit linux builds
17+
18+
19+
20+
21+
622
## [8.0.8](https://github.com/serialport/node-serialport/compare/v8.0.7...v8.0.8) (2020-05-07)
723

824

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)