diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fe25e004f53..3029918f18aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lerna.json b/lerna.json index 7752bd5a0e7e..623ce9e20cfb 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages/*" ], "useWorkspaces": true, - "version": "5.6.0", + "version": "5.6.1", "command": { "run": { "stream": true diff --git a/packages/config/package.json b/packages/config/package.json index f3cf41d5b691..84a300bb4a6c 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@zwave-js/config", - "version": "5.6.0", + "version": "5.6.1", "description": "zwave-js: configuration files", "publishConfig": { "access": "public" diff --git a/packages/zwave-js/package.json b/packages/zwave-js/package.json index 34c6c18e2cb9..74d82123c1cd 100644 --- a/packages/zwave-js/package.json +++ b/packages/zwave-js/package.json @@ -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", @@ -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",