From 97b7bdf78a49c668f130fed2fba85bc4cec5ace9 Mon Sep 17 00:00:00 2001 From: Dominic Griesel Date: Sat, 10 Oct 2020 22:17:46 +0200 Subject: [PATCH] chore: release v5.3.0 ### Features * Transactions now remember where they were created. This can be used to track down unhandled transaction rejections. * When a message should be sent to a node that is assumed to be dead, the node is now pinged first to check if it is really dead. * If a device supports `Notification CC` but sends `Alarm CC` (V1) frames, those are treated as `Notification Report`s if possible. ### Bugfixes * The value IDs controlling `Start/Stop Level Change` commands in the `Multilevel Switch CC` are now also created for V1 and V2 nodes during the interview * The `Alarm Sensor CC` value IDs for supported sensor types are now created as soon as they are known to be supported. --- CHANGELOG.md | 2 +- lerna.json | 2 +- packages/config/package.json | 2 +- packages/core/package.json | 2 +- packages/serial/package.json | 2 +- packages/zwave-js/package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0328cdb38ee..dc200f7e27d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ## __WORK IN PROGRESS__ --> -## __WORK IN PROGRESS__ +## 5.3.0 (2020-10-10) ### Features * Transactions now remember where they were created. This can be used to track down unhandled transaction rejections. * When a message should be sent to a node that is assumed to be dead, the node is now pinged first to check if it is really dead. diff --git a/lerna.json b/lerna.json index a55b16f7f82e..243f183bd36e 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "5.2.3-beta.0", + "version": "5.3.0", "command": { "run": { "stream": true diff --git a/packages/config/package.json b/packages/config/package.json index e88138e3b4de..a194ac3d7563 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@zwave-js/config", - "version": "5.2.2", + "version": "5.3.0", "description": "zwave-js: configuration files", "publishConfig": { "access": "public" diff --git a/packages/core/package.json b/packages/core/package.json index b3cec2c8f545..cfd49774d5dc 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@zwave-js/core", - "version": "5.2.0", + "version": "5.3.0", "description": "zwave-js: core components", "publishConfig": { "access": "public" diff --git a/packages/serial/package.json b/packages/serial/package.json index 8e09a1ec2c24..d2818100b983 100644 --- a/packages/serial/package.json +++ b/packages/serial/package.json @@ -1,6 +1,6 @@ { "name": "@zwave-js/serial", - "version": "5.2.0", + "version": "5.3.0", "description": "zwave-js: Serialport driver", "publishConfig": { "access": "public" diff --git a/packages/zwave-js/package.json b/packages/zwave-js/package.json index d3777313c794..9752505e740e 100644 --- a/packages/zwave-js/package.json +++ b/packages/zwave-js/package.json @@ -1,6 +1,6 @@ { "name": "zwave-js", - "version": "5.2.3-beta.0", + "version": "5.3.0", "description": "Z-Wave driver written entirely in JavaScript/TypeScript", "keywords": [], "main": "index.js",