Skip to content

Commit

Permalink
chore: release v4.2.2
Browse files Browse the repository at this point in the history
### Config changes
* Removed parameter #5 from `Aeon Labs ZW130` because it doesn't seem to be supported in any firmware version

### Bugfixes
* A node is no longer marked as dead or asleep if it fails to respond to a `Configuration CC::Get` request. This can happen if the parameter is not supported.
  • Loading branch information
AlCalzone committed Sep 15, 2020
1 parent f38f8ec commit d8a896a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## __WORK IN PROGRESS__
-->

## __WORK IN PROGRESS__
## 4.2.2 (2020-09-15)
### Config changes
* Removed parameter #5 from `Aeon Labs ZW130` because it doesn't seem to be supported in any firmware version

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "4.2.1",
"version": "4.2.2",
"command": {
"run": {
"stream": true
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zwave-js/config",
"version": "4.2.1",
"version": "4.2.2",
"description": "zwave-js: configuration files",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/zwave-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zwave-js",
"version": "4.2.1",
"version": "4.2.2",
"description": "Z-Wave driver written entirely in JavaScript/TypeScript",
"keywords": [],
"main": "index.js",
Expand Down

0 comments on commit d8a896a

Please sign in to comment.