Skip to content

Commit

Permalink
v13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reconbot committed Dec 24, 2024
1 parent 8c76513 commit 701ffd8
Show file tree
Hide file tree
Showing 35 changed files with 407 additions and 62 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,36 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [13.0.0](https://github.com/serialport/node-serialport/compare/v12.0.0...v13.0.0) (2024-12-24)


### Bug Fixes

* bad node modules? ([1b412d5](https://github.com/serialport/node-serialport/commit/1b412d5a2de4b8bdf29d83dd657072a64d6337d9))
* cleanup some administrative stuff for parser-start-end ([929ebf8](https://github.com/serialport/node-serialport/commit/929ebf8a451c95632ab14281072c8d36e6187f9f))
* linting ([#2966](https://github.com/serialport/node-serialport/issues/2966)) ([867d8d2](https://github.com/serialport/node-serialport/commit/867d8d2eeb2ec76573991813d66cc99a0575db1b))
* merge conflicts and package-lock.json ([f07d27d](https://github.com/serialport/node-serialport/commit/f07d27dd12b924604eef86e76fb13c58e646c6ae))
* old actions ([0521cc7](https://github.com/serialport/node-serialport/commit/0521cc70035170ac490f299e4720932498c8d26e))


### chore

* Upgrade to @serialport/bindings-cpp 13 ([#2963](https://github.com/serialport/node-serialport/issues/2963)) ([a4ea1fe](https://github.com/serialport/node-serialport/commit/a4ea1fe7ad73d45eae642634aa1e17fc640b1368))


### Features

* add abilitiy for multiple delimitiers and multibyte delimiters to packet length parser ([a875f5b](https://github.com/serialport/node-serialport/commit/a875f5b3ba7e916adba95e007696eb6b01615a11))


### BREAKING CHANGES

* This upgrade brings node 20 as the lowest supported version - no other changes





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

### Bug Fixes
Expand Down
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"packages": ["packages/*"],
"packages": [
"packages/*"
],
"command": {
"publish": {
"conventionalCommits": true
}
},
"version": "12.0.0",
"version": "13.0.0",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
87 changes: 57 additions & 30 deletions package-lock.json

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

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

# [13.0.0](https://github.com/serialport/node-serialport/compare/v12.0.0...v13.0.0) (2024-12-24)


### Bug Fixes

* linting ([#2966](https://github.com/serialport/node-serialport/issues/2966)) ([867d8d2](https://github.com/serialport/node-serialport/commit/867d8d2eeb2ec76573991813d66cc99a0575db1b))


### chore

* Upgrade to @serialport/bindings-cpp 13 ([#2963](https://github.com/serialport/node-serialport/issues/2963)) ([a4ea1fe](https://github.com/serialport/node-serialport/commit/a4ea1fe7ad73d45eae642634aa1e17fc640b1368))


### BREAKING CHANGES

* This upgrade brings node 20 as the lowest supported version - no other changes





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

### 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": "12.0.0",
"version": "13.0.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": {
Expand Down
16 changes: 16 additions & 0 deletions packages/parser-byte-length/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.

# [13.0.0](https://github.com/serialport/node-serialport/compare/v12.0.0...v13.0.0) (2024-12-24)


### chore

* Upgrade to @serialport/bindings-cpp 13 ([#2963](https://github.com/serialport/node-serialport/issues/2963)) ([a4ea1fe](https://github.com/serialport/node-serialport/commit/a4ea1fe7ad73d45eae642634aa1e17fc640b1368))


### BREAKING CHANGES

* This upgrade brings node 20 as the lowest supported version - no other changes





# [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
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": "12.0.0",
"version": "13.0.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"engines": {
Expand Down
16 changes: 16 additions & 0 deletions packages/parser-cctalk/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.

# [13.0.0](https://github.com/serialport/node-serialport/compare/v12.0.0...v13.0.0) (2024-12-24)


### chore

* Upgrade to @serialport/bindings-cpp 13 ([#2963](https://github.com/serialport/node-serialport/issues/2963)) ([a4ea1fe](https://github.com/serialport/node-serialport/commit/a4ea1fe7ad73d45eae642634aa1e17fc640b1368))


### BREAKING CHANGES

* This upgrade brings node 20 as the lowest supported version - no other changes





# [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
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": "12.0.0",
"version": "13.0.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
Expand Down
16 changes: 16 additions & 0 deletions packages/parser-delimiter/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.

# [13.0.0](https://github.com/serialport/node-serialport/compare/v12.0.0...v13.0.0) (2024-12-24)


### chore

* Upgrade to @serialport/bindings-cpp 13 ([#2963](https://github.com/serialport/node-serialport/issues/2963)) ([a4ea1fe](https://github.com/serialport/node-serialport/commit/a4ea1fe7ad73d45eae642634aa1e17fc640b1368))


### BREAKING CHANGES

* This upgrade brings node 20 as the lowest supported version - no other changes





# [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
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": "12.0.0",
"version": "13.0.0",
"engines": {
"node": ">=20.0.0"
},
Expand Down
Loading

0 comments on commit 701ffd8

Please sign in to comment.