Skip to content

Commit

Permalink
v12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reconbot committed Aug 29, 2023
1 parent 8e0daeb commit f7e7bd5
Show file tree
Hide file tree
Showing 33 changed files with 138 additions and 60 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [12.0.0](https://github.com/serialport/node-serialport/compare/v11.0.1...v12.0.0) (2023-08-29)

### Bug Fixes

- **deps:** update dependency @serialport/bindings-cpp to v12 ([#2691](https://github.com/serialport/node-serialport/issues/2691)) ([8034a8f](https://github.com/serialport/node-serialport/commit/8034a8ff59d3b02ec9fc8f880a003f85a64ddff5))
- **deps:** update dependency commander to v11 ([#2692](https://github.com/serialport/node-serialport/issues/2692)) ([39fc12b](https://github.com/serialport/node-serialport/commit/39fc12b8e56a99b1d1583659bc0a4d36debc7709))
- **deps:** update dependency enquirer to v2.4.1 ([#2690](https://github.com/serialport/node-serialport/issues/2690)) ([025ab02](https://github.com/serialport/node-serialport/commit/025ab0236ee751a15962503bc1114063db0487ad))
- **deps:** update dependency enquirer to v2.4.1 ([#2693](https://github.com/serialport/node-serialport/issues/2693)) ([8e0daeb](https://github.com/serialport/node-serialport/commit/8e0daeba86f4a06187b6b694d9eda579a14771de))

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

### 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,6 +5,6 @@
"conventionalCommits": true
}
},
"version": "11.0.1",
"version": "12.0.0",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
60 changes: 30 additions & 30 deletions package-lock.json

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

7 changes: 7 additions & 0 deletions packages/list/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [12.0.0](https://github.com/serialport/node-serialport/compare/v11.0.1...v12.0.0) (2023-08-29)

### Bug Fixes

- **deps:** update dependency @serialport/bindings-cpp to v12 ([#2691](https://github.com/serialport/node-serialport/issues/2691)) ([8034a8f](https://github.com/serialport/node-serialport/commit/8034a8ff59d3b02ec9fc8f880a003f85a64ddff5))
- **deps:** update dependency commander to v11 ([#2692](https://github.com/serialport/node-serialport/issues/2692)) ([39fc12b](https://github.com/serialport/node-serialport/commit/39fc12b8e56a99b1d1583659bc0a4d36debc7709))

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

### Bug Fixes
Expand Down
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.1",
"version": "12.0.0",
"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.

# [12.0.0](https://github.com/serialport/node-serialport/compare/v11.0.1...v12.0.0) (2023-08-29)

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

## [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
Expand Down
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.1",
"version": "12.0.0",
"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.

# [12.0.0](https://github.com/serialport/node-serialport/compare/v11.0.1...v12.0.0) (2023-08-29)

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

## [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
Expand Down
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.1",
"version": "12.0.0",
"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.

# [12.0.0](https://github.com/serialport/node-serialport/compare/v11.0.1...v12.0.0) (2023-08-29)

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

## [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
Expand Down
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.1",
"version": "12.0.0",
"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.

# [12.0.0](https://github.com/serialport/node-serialport/compare/v11.0.1...v12.0.0) (2023-08-29)

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

## [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
Expand Down
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.1",
"version": "12.0.0",
"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.

# [12.0.0](https://github.com/serialport/node-serialport/compare/v11.0.1...v12.0.0) (2023-08-29)

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

## [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
Expand Down
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.1",
"version": "12.0.0",
"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.

# [12.0.0](https://github.com/serialport/node-serialport/compare/v11.0.1...v12.0.0) (2023-08-29)

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

## [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
Expand Down
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.1",
"version": "12.0.0",
"dependencies": {
"@serialport/parser-delimiter": "11.0.1"
"@serialport/parser-delimiter": "12.0.0"
},
"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.

# [12.0.0](https://github.com/serialport/node-serialport/compare/v11.0.1...v12.0.0) (2023-08-29)

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

## [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
Expand Down
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.1",
"version": "12.0.0",
"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.

# [12.0.0](https://github.com/serialport/node-serialport/compare/v11.0.1...v12.0.0) (2023-08-29)

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

## [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
Expand Down
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.1",
"version": "12.0.0",
"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.

# [12.0.0](https://github.com/serialport/node-serialport/compare/v11.0.1...v12.0.0) (2023-08-29)

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

## [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
Expand Down

0 comments on commit f7e7bd5

Please sign in to comment.