Skip to content

Commit

Permalink
v10.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reconbot committed Mar 4, 2022
1 parent 9f34f85 commit 7cbfd0a
Show file tree
Hide file tree
Showing 14 changed files with 62 additions and 10 deletions.
11 changes: 11 additions & 0 deletions 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.4.0](https://github.com/serialport/node-serialport/compare/v10.3.0...v10.4.0) (2022-03-04)


### Features

* upgrade serialport-cpp for windows rts-mode ([#2448](https://github.com/serialport/node-serialport/issues/2448)) ([9f34f85](https://github.com/serialport/node-serialport/commit/9f34f85fc8109357190ecf115ce3099dd2dd7a69))





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


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.3.0"
"version": "10.4.0"
}
11 changes: 11 additions & 0 deletions packages/list/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.4.0](https://github.com/serialport/node-serialport/compare/v10.3.0...v10.4.0) (2022-03-04)


### Features

* upgrade serialport-cpp for windows rts-mode ([#2448](https://github.com/serialport/node-serialport/issues/2448)) ([9f34f85](https://github.com/serialport/node-serialport/commit/9f34f85fc8109357190ecf115ce3099dd2dd7a69))





# [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/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.

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.3.0",
"version": "10.4.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": {
Expand Down
8 changes: 8 additions & 0 deletions packages/repl/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.4.0](https://github.com/serialport/node-serialport/compare/v10.3.0...v10.4.0) (2022-03-04)

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





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


Expand Down
2 changes: 1 addition & 1 deletion packages/repl/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/repl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serialport/repl",
"version": "10.3.0",
"version": "10.4.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"promirepl": "^2.0.1",
"serialport": "10.3.0"
"serialport": "10.4.0"
},
"engines": {
"node": ">=12.0.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/serialport/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.4.0](https://github.com/serialport/node-serialport/compare/v10.3.0...v10.4.0) (2022-03-04)


### Features

* upgrade serialport-cpp for windows rts-mode ([#2448](https://github.com/serialport/node-serialport/issues/2448)) ([9f34f85](https://github.com/serialport/node-serialport/commit/9f34f85fc8109357190ecf115ce3099dd2dd7a69))





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


Expand Down
2 changes: 1 addition & 1 deletion packages/serialport/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/serialport/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serialport",
"version": "10.3.0",
"version": "10.4.0",
"description": "Node.js package to access serial ports. Linux, OSX and Windows. Welcome your robotic JavaScript overlords. Better yet, program them!",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/terminal/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.4.0](https://github.com/serialport/node-serialport/compare/v10.3.0...v10.4.0) (2022-03-04)


### Features

* upgrade serialport-cpp for windows rts-mode ([#2448](https://github.com/serialport/node-serialport/issues/2448)) ([9f34f85](https://github.com/serialport/node-serialport/commit/9f34f85fc8109357190ecf115ce3099dd2dd7a69))





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


Expand Down
2 changes: 1 addition & 1 deletion packages/terminal/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/terminal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serialport/terminal",
"version": "10.3.0",
"version": "10.4.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 7cbfd0a

Please sign in to comment.