Skip to content

Commit

Permalink
v10.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
reconbot committed Dec 25, 2021
1 parent 07a71f2 commit ae06476
Show file tree
Hide file tree
Showing 51 changed files with 206 additions and 53 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.0.1](https://github.com/node-serialport/node-serialport/compare/v10.0.0...v10.0.1) (2021-12-25)


### Bug Fixes

* build binaries on every lerna release ([f400a90](https://github.com/node-serialport/node-serialport/commit/f400a9087069648dbb3119cb55046543b187d7c8))
* link to discussions ([1738326](https://github.com/node-serialport/node-serialport/commit/17383269b1809a45d02ff88c09d73ee513712dbd))
* Parity option broken in bindings ([#2377](https://github.com/node-serialport/node-serialport/issues/2377)) ([07a71f2](https://github.com/node-serialport/node-serialport/commit/07a71f2552b91ab6c895bccf73bd7357f9928977))
* tag filtering on build job ([470bf1f](https://github.com/node-serialport/node-serialport/commit/470bf1fecd4ac9661d1e08c0dd7aa4941a834f3d))





# [10.0.0](https://github.com/node-serialport/node-serialport/compare/v9.2.8...v10.0.0) (2021-12-11)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"conventionalCommits": true
}
},
"version": "10.0.0"
"version": "10.0.1"
}
8 changes: 8 additions & 0 deletions packages/binding-abstract/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.0.1](https://github.com/serialport/node-serialport/compare/v10.0.0...v10.0.1) (2021-12-25)

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





# [10.0.0](https://github.com/serialport/node-serialport/compare/v9.2.8...v10.0.0) (2021-12-11)

**Note:** Version bump only for package @serialport/binding-abstract
Expand Down
2 changes: 1 addition & 1 deletion packages/binding-abstract/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/binding-abstract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serialport/binding-abstract",
"version": "10.0.0",
"version": "10.0.1",
"main": "lib",
"keywords": [
"serialport-binding"
Expand Down
8 changes: 8 additions & 0 deletions packages/binding-mock/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.0.1](https://github.com/serialport/node-serialport/compare/v10.0.0...v10.0.1) (2021-12-25)

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





# [10.0.0](https://github.com/serialport/node-serialport/compare/v9.2.8...v10.0.0) (2021-12-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/binding-mock/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/binding-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@serialport/binding-mock",
"version": "10.0.0",
"version": "10.0.1",
"main": "lib",
"keywords": [
"serialport-binding"
],
"dependencies": {
"@serialport/binding-abstract": "10.0.0",
"@serialport/binding-abstract": "10.0.1",
"debug": "^4.3.2"
},
"engines": {
Expand Down
11 changes: 11 additions & 0 deletions packages/bindings/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.0.1](https://github.com/serialport/node-serialport/compare/v10.0.0...v10.0.1) (2021-12-25)


### Bug Fixes

* Parity option broken in bindings ([#2377](https://github.com/serialport/node-serialport/issues/2377)) ([07a71f2](https://github.com/serialport/node-serialport/commit/07a71f2552b91ab6c895bccf73bd7357f9928977))





# [10.0.0](https://github.com/serialport/node-serialport/compare/v9.2.8...v10.0.0) (2021-12-11)


Expand Down
8 changes: 4 additions & 4 deletions packages/bindings/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "@serialport/bindings",
"version": "10.0.0",
"version": "10.0.1",
"main": "lib",
"keywords": [
"serialport-binding"
],
"dependencies": {
"@serialport/binding-abstract": "10.0.0",
"@serialport/parser-readline": "10.0.0",
"@serialport/binding-abstract": "10.0.1",
"@serialport/parser-readline": "10.0.1",
"bindings": "^1.5.0",
"debug": "^4.3.2",
"node-addon-api": "4.2.0",
"prebuild-install": "^7.0.0"
},
"devDependencies": {
"@serialport/binding-mock": "10.0.0",
"@serialport/binding-mock": "10.0.1",
"node-abi": "3.5.0"
},
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions packages/list/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.0.1](https://github.com/serialport/node-serialport/compare/v10.0.0...v10.0.1) (2021-12-25)

**Note:** Version bump only for package @serialport/list





# [10.0.0](https://github.com/serialport/node-serialport/compare/v9.2.8...v10.0.0) (2021-12-11)

**Note:** Version bump only for package @serialport/list
Expand Down
2 changes: 1 addition & 1 deletion packages/list/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/list/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@serialport/list",
"version": "10.0.0",
"version": "10.0.1",
"main": "lib",
"bin": {
"serialport-list": "./lib/index.js"
},
"dependencies": {
"@serialport/bindings": "10.0.0",
"@serialport/bindings": "10.0.1",
"commander": "^7.1.0"
},
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions packages/parser-byte-length/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.0.1](https://github.com/serialport/node-serialport/compare/v10.0.0...v10.0.1) (2021-12-25)

**Note:** Version bump only for package @serialport/parser-byte-length





# [10.0.0](https://github.com/serialport/node-serialport/compare/v9.2.8...v10.0.0) (2021-12-11)

**Note:** Version bump only for package @serialport/parser-byte-length
Expand Down
2 changes: 1 addition & 1 deletion packages/parser-byte-length/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/parser-byte-length/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serialport/parser-byte-length",
"version": "10.0.0",
"version": "10.0.1",
"main": "lib",
"engines": {
"node": ">=12.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/parser-cctalk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.0.1](https://github.com/serialport/node-serialport/compare/v10.0.0...v10.0.1) (2021-12-25)

**Note:** Version bump only for package @serialport/parser-cctalk





# [10.0.0](https://github.com/serialport/node-serialport/compare/v9.2.8...v10.0.0) (2021-12-11)

**Note:** Version bump only for package @serialport/parser-cctalk
Expand Down
2 changes: 1 addition & 1 deletion packages/parser-cctalk/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/parser-cctalk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serialport/parser-cctalk",
"version": "10.0.0",
"version": "10.0.1",
"main": "lib",
"engines": {
"node": ">=12.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/parser-delimiter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.0.1](https://github.com/serialport/node-serialport/compare/v10.0.0...v10.0.1) (2021-12-25)

**Note:** Version bump only for package @serialport/parser-delimiter





# [10.0.0](https://github.com/serialport/node-serialport/compare/v9.2.8...v10.0.0) (2021-12-11)

**Note:** Version bump only for package @serialport/parser-delimiter
Expand Down
2 changes: 1 addition & 1 deletion packages/parser-delimiter/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/parser-delimiter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@serialport/parser-delimiter",
"main": "lib",
"version": "10.0.0",
"version": "10.0.1",
"engines": {
"node": ">=12.0.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/parser-inter-byte-timeout/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.0.1](https://github.com/serialport/node-serialport/compare/v10.0.0...v10.0.1) (2021-12-25)

**Note:** Version bump only for package @serialport/parser-inter-byte-timeout





# [10.0.0](https://github.com/serialport/node-serialport/compare/v9.2.8...v10.0.0) (2021-12-11)

**Note:** Version bump only for package @serialport/parser-inter-byte-timeout
Expand Down
2 changes: 1 addition & 1 deletion packages/parser-inter-byte-timeout/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/parser-inter-byte-timeout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serialport/parser-inter-byte-timeout",
"version": "10.0.0",
"version": "10.0.1",
"main": "lib",
"engines": {
"node": ">=12.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/parser-readline/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.0.1](https://github.com/serialport/node-serialport/compare/v10.0.0...v10.0.1) (2021-12-25)

**Note:** Version bump only for package @serialport/parser-readline





# [10.0.0](https://github.com/serialport/node-serialport/compare/v9.2.8...v10.0.0) (2021-12-11)

**Note:** Version bump only for package @serialport/parser-readline
Expand Down
2 changes: 1 addition & 1 deletion packages/parser-readline/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/parser-readline/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@serialport/parser-readline",
"main": "lib",
"version": "10.0.0",
"version": "10.0.1",
"dependencies": {
"@serialport/parser-delimiter": "10.0.0"
"@serialport/parser-delimiter": "10.0.1"
},
"engines": {
"node": ">=12.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/parser-ready/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.0.1](https://github.com/serialport/node-serialport/compare/v10.0.0...v10.0.1) (2021-12-25)

**Note:** Version bump only for package @serialport/parser-ready





# [10.0.0](https://github.com/serialport/node-serialport/compare/v9.2.8...v10.0.0) (2021-12-11)

**Note:** Version bump only for package @serialport/parser-ready
Expand Down
2 changes: 1 addition & 1 deletion packages/parser-ready/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/parser-ready/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@serialport/parser-ready",
"main": "lib",
"version": "10.0.0",
"version": "10.0.1",
"engines": {
"node": ">=12.0.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/parser-regex/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.0.1](https://github.com/serialport/node-serialport/compare/v10.0.0...v10.0.1) (2021-12-25)

**Note:** Version bump only for package @serialport/parser-regex





# [10.0.0](https://github.com/serialport/node-serialport/compare/v9.2.8...v10.0.0) (2021-12-11)

**Note:** Version bump only for package @serialport/parser-regex
Expand Down
2 changes: 1 addition & 1 deletion packages/parser-regex/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/parser-regex/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@serialport/parser-regex",
"main": "lib",
"version": "10.0.0",
"version": "10.0.1",
"engines": {
"node": ">=12.0.0"
},
Expand Down
Loading

0 comments on commit ae06476

Please sign in to comment.