Skip to content

Commit

Permalink
v10.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reconbot committed Nov 17, 2022
1 parent 4c07c80 commit d8330a3
Show file tree
Hide file tree
Showing 47 changed files with 249 additions and 46 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [10.5.0](https://github.com/serialport/node-serialport/compare/v10.4.0...v10.5.0) (2022-11-17)


### Bug Fixes

* **deps:** update dependency commander to v9.2.0 ([#2486](https://github.com/serialport/node-serialport/issues/2486)) ([4a14c4d](https://github.com/serialport/node-serialport/commit/4a14c4d817403c603c86be3a76c22634660a1a35))


### Features

* upgrade serialport/bindings-cpp ([4c07c80](https://github.com/serialport/node-serialport/commit/4c07c8077fe90af85b9b9d555a7a2b200c3bbb78))





# [10.4.0](https://github.com/serialport/node-serialport/compare/v10.3.0...v10.4.0) (2022-03-04)

### Features
Expand Down
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"packages": ["packages/*"],
"packages": [
"packages/*"
],
"command": {
"publish": {
"conventionalCommits": true
}
},
"version": "10.4.0"
"version": "10.5.0"
}
16 changes: 16 additions & 0 deletions packages/list/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [10.5.0](https://github.com/serialport/node-serialport/compare/v10.4.0...v10.5.0) (2022-11-17)


### Bug Fixes

* **deps:** update dependency commander to v9.2.0 ([#2486](https://github.com/serialport/node-serialport/issues/2486)) ([4a14c4d](https://github.com/serialport/node-serialport/commit/4a14c4d817403c603c86be3a76c22634660a1a35))


### Features

* upgrade serialport/bindings-cpp ([4c07c80](https://github.com/serialport/node-serialport/commit/4c07c8077fe90af85b9b9d555a7a2b200c3bbb78))





# [10.4.0](https://github.com/serialport/node-serialport/compare/v10.3.0...v10.4.0) (2022-03-04)

### Features
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.

2 changes: 1 addition & 1 deletion packages/list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serialport/list",
"version": "10.4.0",
"version": "10.5.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": {
Expand Down
11 changes: 11 additions & 0 deletions packages/parser-byte-length/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.5.0](https://github.com/serialport/node-serialport/compare/v10.4.0...v10.5.0) (2022-11-17)


### Bug Fixes

* **deps:** update dependency commander to v9.2.0 ([#2486](https://github.com/serialport/node-serialport/issues/2486)) ([4a14c4d](https://github.com/serialport/node-serialport/commit/4a14c4d817403c603c86be3a76c22634660a1a35))





# [10.3.0](https://github.com/serialport/node-serialport/compare/v10.2.2...v10.3.0) (2022-02-14)

**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.3.0",
"version": "10.5.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"engines": {
Expand Down
11 changes: 11 additions & 0 deletions packages/parser-cctalk/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.5.0](https://github.com/serialport/node-serialport/compare/v10.4.0...v10.5.0) (2022-11-17)


### Bug Fixes

* **deps:** update dependency commander to v9.2.0 ([#2486](https://github.com/serialport/node-serialport/issues/2486)) ([4a14c4d](https://github.com/serialport/node-serialport/commit/4a14c4d817403c603c86be3a76c22634660a1a35))





# [10.3.0](https://github.com/serialport/node-serialport/compare/v10.2.2...v10.3.0) (2022-02-14)

**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.3.0",
"version": "10.5.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions packages/parser-delimiter/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.5.0](https://github.com/serialport/node-serialport/compare/v10.4.0...v10.5.0) (2022-11-17)


### Bug Fixes

* **deps:** update dependency commander to v9.2.0 ([#2486](https://github.com/serialport/node-serialport/issues/2486)) ([4a14c4d](https://github.com/serialport/node-serialport/commit/4a14c4d817403c603c86be3a76c22634660a1a35))





# [10.3.0](https://github.com/serialport/node-serialport/compare/v10.2.2...v10.3.0) (2022-02-14)

**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
Expand Up @@ -2,7 +2,7 @@
"name": "@serialport/parser-delimiter",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"version": "10.3.0",
"version": "10.5.0",
"engines": {
"node": ">=12.0.0"
},
Expand Down
11 changes: 11 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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [10.5.0](https://github.com/serialport/node-serialport/compare/v10.4.0...v10.5.0) (2022-11-17)


### Bug Fixes

* **deps:** update dependency commander to v9.2.0 ([#2486](https://github.com/serialport/node-serialport/issues/2486)) ([4a14c4d](https://github.com/serialport/node-serialport/commit/4a14c4d817403c603c86be3a76c22634660a1a35))





# [10.3.0](https://github.com/serialport/node-serialport/compare/v10.2.2...v10.3.0) (2022-02-14)

**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.3.0",
"version": "10.5.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"engines": {
Expand Down
11 changes: 11 additions & 0 deletions packages/parser-packet-length/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.5.0](https://github.com/serialport/node-serialport/compare/v10.4.0...v10.5.0) (2022-11-17)


### Bug Fixes

* **deps:** update dependency commander to v9.2.0 ([#2486](https://github.com/serialport/node-serialport/issues/2486)) ([4a14c4d](https://github.com/serialport/node-serialport/commit/4a14c4d817403c603c86be3a76c22634660a1a35))





# [10.3.0](https://github.com/serialport/node-serialport/compare/v10.2.2...v10.3.0) (2022-02-14)

**Note:** Version bump only for package @serialport/parser-packet-length
Expand Down
2 changes: 1 addition & 1 deletion packages/parser-packet-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-packet-length/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "tsc --build tsconfig-build.json"
},
"version": "10.3.0",
"version": "10.5.0",
"engines": {
"node": ">=8.6.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/parser-readline/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.5.0](https://github.com/serialport/node-serialport/compare/v10.4.0...v10.5.0) (2022-11-17)


### Bug Fixes

* **deps:** update dependency commander to v9.2.0 ([#2486](https://github.com/serialport/node-serialport/issues/2486)) ([4a14c4d](https://github.com/serialport/node-serialport/commit/4a14c4d817403c603c86be3a76c22634660a1a35))





# [10.3.0](https://github.com/serialport/node-serialport/compare/v10.2.2...v10.3.0) (2022-02-14)

**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
Expand Up @@ -2,9 +2,9 @@
"name": "@serialport/parser-readline",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"version": "10.3.0",
"version": "10.5.0",
"dependencies": {
"@serialport/parser-delimiter": "10.3.0"
"@serialport/parser-delimiter": "10.5.0"
},
"engines": {
"node": ">=12.0.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/parser-ready/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.5.0](https://github.com/serialport/node-serialport/compare/v10.4.0...v10.5.0) (2022-11-17)


### Bug Fixes

* **deps:** update dependency commander to v9.2.0 ([#2486](https://github.com/serialport/node-serialport/issues/2486)) ([4a14c4d](https://github.com/serialport/node-serialport/commit/4a14c4d817403c603c86be3a76c22634660a1a35))





# [10.3.0](https://github.com/serialport/node-serialport/compare/v10.2.2...v10.3.0) (2022-02-14)

**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
Expand Up @@ -2,7 +2,7 @@
"name": "@serialport/parser-ready",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"version": "10.3.0",
"version": "10.5.0",
"engines": {
"node": ">=12.0.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/parser-regex/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.5.0](https://github.com/serialport/node-serialport/compare/v10.4.0...v10.5.0) (2022-11-17)


### Bug Fixes

* **deps:** update dependency commander to v9.2.0 ([#2486](https://github.com/serialport/node-serialport/issues/2486)) ([4a14c4d](https://github.com/serialport/node-serialport/commit/4a14c4d817403c603c86be3a76c22634660a1a35))





# [10.3.0](https://github.com/serialport/node-serialport/compare/v10.2.2...v10.3.0) (2022-02-14)

**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
Expand Up @@ -2,7 +2,7 @@
"name": "@serialport/parser-regex",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"version": "10.3.0",
"version": "10.5.0",
"engines": {
"node": ">=12.0.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/parser-slip-encoder/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.5.0](https://github.com/serialport/node-serialport/compare/v10.4.0...v10.5.0) (2022-11-17)


### Bug Fixes

* **deps:** update dependency commander to v9.2.0 ([#2486](https://github.com/serialport/node-serialport/issues/2486)) ([4a14c4d](https://github.com/serialport/node-serialport/commit/4a14c4d817403c603c86be3a76c22634660a1a35))





# [10.3.0](https://github.com/serialport/node-serialport/compare/v10.2.2...v10.3.0) (2022-02-14)

**Note:** Version bump only for package @serialport/parser-slip-encoder
Expand Down
2 changes: 1 addition & 1 deletion packages/parser-slip-encoder/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-slip-encoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "tsc --build tsconfig-build.json"
},
"version": "10.3.0",
"version": "10.5.0",
"engines": {
"node": ">=12.0.0"
},
Expand Down
Loading

0 comments on commit d8330a3

Please sign in to comment.