Skip to content

Commit

Permalink
chore: release v5.3.0
Browse files Browse the repository at this point in the history
### 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.
  • Loading branch information
AlCalzone committed Oct 10, 2020
1 parent 6a7f0f9 commit 97b7bdf
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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__
## 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.
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": "5.2.3-beta.0",
"version": "5.3.0",
"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.2.2",
"version": "5.3.0",
"description": "zwave-js: configuration files",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zwave-js/core",
"version": "5.2.0",
"version": "5.3.0",
"description": "zwave-js: core components",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/serial/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zwave-js/serial",
"version": "5.2.0",
"version": "5.3.0",
"description": "zwave-js: Serialport driver",
"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": "5.2.3-beta.0",
"version": "5.3.0",
"description": "Z-Wave driver written entirely in JavaScript/TypeScript",
"keywords": [],
"main": "index.js",
Expand Down

0 comments on commit 97b7bdf

Please sign in to comment.