Skip to content

Commit

Permalink
chore: release v5.6.1
Browse files Browse the repository at this point in the history
### Config file changes
* Add Heiman Smoke detector
* New product ID for Fibaro Heat controller
* Add product config for AEOTEC Range Extender 7

### Bugfixes
* Missing responses from the node when requesting the current values during the `Indicator CC` no longer abort the interview
  • Loading branch information
AlCalzone committed Dec 18, 2020
1 parent fcd327c commit 8606a4e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
## __WORK IN PROGRESS__
-->

## __WORK IN PROGRESS__
## 5.6.1 (2020-12-18)
### Config file changes
* Add Heiman Smoke detector
* New product ID for Fibaro Heat controller
* Add product config for AEOTEC Range Extender 7

### Bugfixes
* Missing responses from the node when requesting the current values during the `Indicator CC` no longer abort the interview
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/*"
],
"useWorkspaces": true,
"version": "5.6.0",
"version": "5.6.1",
"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": "5.6.0",
"version": "5.6.1",
"description": "zwave-js: configuration files",
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/zwave-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zwave-js",
"version": "5.6.0",
"version": "5.6.1",
"description": "Z-Wave driver written entirely in JavaScript/TypeScript",
"keywords": [],
"main": "index.js",
Expand Down Expand Up @@ -63,7 +63,7 @@
"@alcalzone/jsonl-db": "^1.2.2",
"@sentry/integrations": "^5.24.2",
"@sentry/node": "^5.24.2",
"@zwave-js/config": "^5.6.0",
"@zwave-js/config": "^5.6.1",
"@zwave-js/core": "^5.6.0",
"@zwave-js/serial": "^5.6.0",
"@zwave-js/shared": "^5.6.0",
Expand Down

0 comments on commit 8606a4e

Please sign in to comment.