Skip to content

Commit

Permalink
v11.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
reconbot committed Jul 27, 2023
1 parent 79ead8e commit 12aeb53
Show file tree
Hide file tree
Showing 47 changed files with 169 additions and 72 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [11.0.1](https://github.com/serialport/node-serialport/compare/v11.0.0...v11.0.1) (2023-07-27)

### Bug Fixes

- **deps:** update dependency @serialport/bindings-cpp to v11.0.3 ([#2658](https://github.com/serialport/node-serialport/issues/2658)) ([8100318](https://github.com/serialport/node-serialport/commit/8100318d68d374f12ccc8d1a4127533a800d6aaa))
- **deps:** update dependency @serialport/bindings-cpp to v11.0.3 ([#2662](https://github.com/serialport/node-serialport/issues/2662)) ([091528b](https://github.com/serialport/node-serialport/commit/091528baf7a4beb751c5407db23c8378df05dcf4))
- **deps:** update dependency @serialport/bindings-cpp to v12 ([#2660](https://github.com/serialport/node-serialport/issues/2660)) ([bfd9bad](https://github.com/serialport/node-serialport/commit/bfd9bad2c30bc0147893544f8d652fb7ac2640cf))

### Reverts

- Revert "chore(deps): update dependency lerna to v6.6.2" (#2666) ([b4f6ca8](https://github.com/serialport/node-serialport/commit/b4f6ca882865868d803f0d5f358f09e7c264f683)), closes [#2666](https://github.com/serialport/node-serialport/issues/2666)
- Revert "fix(deps): update dependency @serialport/bindings-cpp to v12" (#2664) ([bbbf516](https://github.com/serialport/node-serialport/commit/bbbf5163cf82ed881efd12ed516c6e55f1304765)), closes [#2664](https://github.com/serialport/node-serialport/issues/2664)

# [11.0.0](https://github.com/serialport/node-serialport/compare/v10.4.0...v11.0.0) (2023-04-29)

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

## [11.0.1](https://github.com/serialport/node-serialport/compare/v11.0.0...v11.0.1) (2023-07-27)

### Bug Fixes

- **deps:** update dependency @serialport/bindings-cpp to v11.0.3 ([#2658](https://github.com/serialport/node-serialport/issues/2658)) ([8100318](https://github.com/serialport/node-serialport/commit/8100318d68d374f12ccc8d1a4127533a800d6aaa))
- **deps:** update dependency @serialport/bindings-cpp to v11.0.3 ([#2662](https://github.com/serialport/node-serialport/issues/2662)) ([091528b](https://github.com/serialport/node-serialport/commit/091528baf7a4beb751c5407db23c8378df05dcf4))
- **deps:** update dependency @serialport/bindings-cpp to v12 ([#2660](https://github.com/serialport/node-serialport/issues/2660)) ([bfd9bad](https://github.com/serialport/node-serialport/commit/bfd9bad2c30bc0147893544f8d652fb7ac2640cf))

### Reverts

- Revert "fix(deps): update dependency @serialport/bindings-cpp to v12" (#2664) ([bbbf516](https://github.com/serialport/node-serialport/commit/bbbf5163cf82ed881efd12ed516c6e55f1304765)), closes [#2664](https://github.com/serialport/node-serialport/issues/2664)

# [11.0.0](https://github.com/serialport/node-serialport/compare/v10.4.0...v11.0.0) (2023-04-29)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions 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": "11.0.0",
"version": "11.0.1",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": {
Expand Down
4 changes: 4 additions & 0 deletions packages/parser-byte-length/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [11.0.1](https://github.com/serialport/node-serialport/compare/v11.0.0...v11.0.1) (2023-07-27)

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

# [11.0.0](https://github.com/serialport/node-serialport/compare/v10.4.0...v11.0.0) (2023-04-29)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions 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": "11.0.0",
"version": "11.0.1",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"engines": {
Expand Down
4 changes: 4 additions & 0 deletions packages/parser-cctalk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [11.0.1](https://github.com/serialport/node-serialport/compare/v11.0.0...v11.0.1) (2023-07-27)

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

# [11.0.0](https://github.com/serialport/node-serialport/compare/v10.4.0...v11.0.0) (2023-04-29)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions 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": "11.0.0",
"version": "11.0.1",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions packages/parser-delimiter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [11.0.1](https://github.com/serialport/node-serialport/compare/v11.0.0...v11.0.1) (2023-07-27)

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

# [11.0.0](https://github.com/serialport/node-serialport/compare/v10.4.0...v11.0.0) (2023-04-29)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions 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": "11.0.0",
"version": "11.0.1",
"engines": {
"node": ">=12.0.0"
},
Expand Down
4 changes: 4 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,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [11.0.1](https://github.com/serialport/node-serialport/compare/v11.0.0...v11.0.1) (2023-07-27)

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

# [11.0.0](https://github.com/serialport/node-serialport/compare/v10.4.0...v11.0.0) (2023-04-29)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions 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": "11.0.0",
"version": "11.0.1",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"engines": {
Expand Down
4 changes: 4 additions & 0 deletions packages/parser-packet-length/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [11.0.1](https://github.com/serialport/node-serialport/compare/v11.0.0...v11.0.1) (2023-07-27)

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

# [11.0.0](https://github.com/serialport/node-serialport/compare/v10.4.0...v11.0.0) (2023-04-29)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions 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": "11.0.0",
"version": "11.0.1",
"engines": {
"node": ">=8.6.0"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/parser-readline/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [11.0.1](https://github.com/serialport/node-serialport/compare/v11.0.0...v11.0.1) (2023-07-27)

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

# [11.0.0](https://github.com/serialport/node-serialport/compare/v10.4.0...v11.0.0) (2023-04-29)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions 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": "11.0.0",
"version": "11.0.1",
"dependencies": {
"@serialport/parser-delimiter": "11.0.0"
"@serialport/parser-delimiter": "11.0.1"
},
"engines": {
"node": ">=12.0.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/parser-ready/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [11.0.1](https://github.com/serialport/node-serialport/compare/v11.0.0...v11.0.1) (2023-07-27)

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

# [11.0.0](https://github.com/serialport/node-serialport/compare/v10.4.0...v11.0.0) (2023-04-29)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions 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": "11.0.0",
"version": "11.0.1",
"engines": {
"node": ">=12.0.0"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/parser-regex/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [11.0.1](https://github.com/serialport/node-serialport/compare/v11.0.0...v11.0.1) (2023-07-27)

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

# [11.0.0](https://github.com/serialport/node-serialport/compare/v10.4.0...v11.0.0) (2023-04-29)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions 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": "11.0.0",
"version": "11.0.1",
"engines": {
"node": ">=12.0.0"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/parser-slip-encoder/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [11.0.1](https://github.com/serialport/node-serialport/compare/v11.0.0...v11.0.1) (2023-07-27)

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

# [11.0.0](https://github.com/serialport/node-serialport/compare/v10.4.0...v11.0.0) (2023-04-29)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions 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": "11.0.0",
"version": "11.0.1",
"engines": {
"node": ">=12.0.0"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/parser-spacepacket/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [11.0.1](https://github.com/serialport/node-serialport/compare/v11.0.0...v11.0.1) (2023-07-27)

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

# [11.0.0](https://github.com/serialport/node-serialport/compare/v10.4.0...v11.0.0) (2023-04-29)

### Bug Fixes
Expand Down

0 comments on commit 12aeb53

Please sign in to comment.