Skip to content

Commit

Permalink
v8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
reconbot committed Sep 24, 2019
1 parent c57b6e9 commit 53e2085
Show file tree
Hide file tree
Showing 14 changed files with 84 additions and 12 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.0.2](https://github.com/node-serialport/node-serialport/compare/v8.0.1...v8.0.2) (2019-09-24)


### Bug Fixes

* stop polling if the poller has an error ([#1936](https://github.com/node-serialport/node-serialport/issues/1936)) ([c57b6e9](https://github.com/node-serialport/node-serialport/commit/c57b6e9)), closes [#1803](https://github.com/node-serialport/node-serialport/issues/1803)
* we weren’t running all the tests ([#1937](https://github.com/node-serialport/node-serialport/issues/1937)) ([a5f7d60](https://github.com/node-serialport/node-serialport/commit/a5f7d60))


### Features

* add optional end event for piping ([#1926](https://github.com/node-serialport/node-serialport/issues/1926)) ([275315a](https://github.com/node-serialport/node-serialport/commit/275315a))





## [8.0.1](https://github.com/node-serialport/node-serialport/compare/v6.2.2...v8.0.1) (2019-09-18)


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": "8.0.1"
"version": "8.0.2"
}
12 changes: 12 additions & 0 deletions packages/bindings/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.

## [8.0.2](https://github.com/serialport/node-serialport/compare/v8.0.1...v8.0.2) (2019-09-24)


### Bug Fixes

* stop polling if the poller has an error ([#1936](https://github.com/serialport/node-serialport/issues/1936)) ([c57b6e9](https://github.com/serialport/node-serialport/commit/c57b6e9)), closes [#1803](https://github.com/serialport/node-serialport/issues/1803)
* we weren’t running all the tests ([#1937](https://github.com/serialport/node-serialport/issues/1937)) ([a5f7d60](https://github.com/serialport/node-serialport/commit/a5f7d60))





## [8.0.1](https://github.com/serialport/node-serialport/compare/v6.2.2...v8.0.1) (2019-09-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/bindings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serialport/bindings",
"version": "8.0.1",
"version": "8.0.2",
"main": "lib",
"keywords": [
"serialport-binding"
Expand Down
8 changes: 8 additions & 0 deletions packages/list/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.

## [8.0.2](https://github.com/serialport/node-serialport/compare/v8.0.1...v8.0.2) (2019-09-24)

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





## [8.0.1](https://github.com/serialport/node-serialport/compare/v6.2.2...v8.0.1) (2019-09-18)


Expand Down
4 changes: 2 additions & 2 deletions packages/list/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@serialport/list",
"version": "8.0.1",
"version": "8.0.2",
"main": "lib/list.js",
"bin": {
"serialport-list": "./lib/list.js"
},
"dependencies": {
"@serialport/bindings": "^8.0.1",
"@serialport/bindings": "^8.0.2",
"commander": "^2.20.0"
},
"engines": {
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.

## [8.0.2](https://github.com/serialport/node-serialport/compare/v8.0.1...v8.0.2) (2019-09-24)

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





## [8.0.1](https://github.com/serialport/node-serialport/compare/v6.2.2...v8.0.1) (2019-09-18)


Expand Down
4 changes: 2 additions & 2 deletions packages/repl/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@serialport/repl",
"version": "8.0.1",
"version": "8.0.2",
"main": "lib/repl.js",
"bin": {
"serialport-repl": "./lib/repl.js"
},
"dependencies": {
"promirepl": "^2.0.1",
"serialport": "^8.0.1"
"serialport": "^8.0.2"
},
"engines": {
"node": ">=8.6.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/serialport/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.

## [8.0.2](https://github.com/serialport/node-serialport/compare/v8.0.1...v8.0.2) (2019-09-24)

**Note:** Version bump only for package serialport





## [8.0.1](https://github.com/serialport/node-serialport/compare/v6.2.2...v8.0.1) (2019-09-18)


Expand Down
6 changes: 3 additions & 3 deletions packages/serialport/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serialport",
"version": "8.0.1",
"version": "8.0.2",
"description": "Node.js package to access serial ports. Linux, OSX and Windows. Welcome your robotic JavaScript overlords. Better yet, program them!",
"main": "lib",
"repository": {
Expand Down Expand Up @@ -46,14 +46,14 @@
],
"dependencies": {
"@serialport/binding-mock": "^8.0.1",
"@serialport/bindings": "^8.0.1",
"@serialport/bindings": "^8.0.2",
"@serialport/parser-byte-length": "^8.0.1",
"@serialport/parser-cctalk": "^3.0.0",
"@serialport/parser-delimiter": "^8.0.1",
"@serialport/parser-readline": "^8.0.1",
"@serialport/parser-ready": "^8.0.1",
"@serialport/parser-regex": "^8.0.1",
"@serialport/stream": "^8.0.1",
"@serialport/stream": "^8.0.2",
"debug": "^4.1.1"
},
"engines": {
Expand Down
11 changes: 11 additions & 0 deletions packages/stream/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.

## [8.0.2](https://github.com/serialport/node-serialport/compare/v8.0.1...v8.0.2) (2019-09-24)


### Features

* add optional end event for piping ([#1926](https://github.com/serialport/node-serialport/issues/1926)) ([275315a](https://github.com/serialport/node-serialport/commit/275315a))





## [8.0.1](https://github.com/serialport/node-serialport/compare/v6.2.2...v8.0.1) (2019-09-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/stream/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serialport/stream",
"version": "8.0.1",
"version": "8.0.2",
"main": "stream.js",
"dependencies": {
"@serialport/binding-mock": "^8.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/terminal/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.

## [8.0.2](https://github.com/serialport/node-serialport/compare/v8.0.1...v8.0.2) (2019-09-24)

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





## [8.0.1](https://github.com/serialport/node-serialport/compare/v6.2.2...v8.0.1) (2019-09-18)


Expand Down
4 changes: 2 additions & 2 deletions packages/terminal/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@serialport/terminal",
"version": "8.0.1",
"version": "8.0.2",
"main": "lib/terminal.js",
"bin": {
"serialport-terminal": "./lib/terminal.js"
},
"dependencies": {
"commander": "^2.13.0",
"prompt-list": "^3.2.0",
"serialport": "^8.0.1"
"serialport": "^8.0.2"
},
"engines": {
"node": ">=8.6.0"
Expand Down

0 comments on commit 53e2085

Please sign in to comment.