Skip to content

Commit

Permalink
chore: release v5.2.2-artecktest.2
Browse files Browse the repository at this point in the history
Debug release for Arteck

### Bugfixes
* Nodes are sent to sleep again when they have no pending messages
* Compat queries are removed from the queue when a node goes to sleep
* Pending pings are resolved when a node wakes up
* `sendNoMoreInformation` now continues to work after it failed once
* `WakeUpCC::NoMoreInformation` is no longer moved to the wakeup queue when a node falls asleep
  • Loading branch information
AlCalzone committed Oct 4, 2020
1 parent 8177a8b commit 2478f57
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.2.2-artecktest.2 (2020-10-04)
Debug release for Arteck

### Bugfixes
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.2-artecktest.1",
"version": "5.2.2-artecktest.2",
"command": {
"run": {
"stream": true
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.2-artecktest.1",
"version": "5.2.2-artecktest.2",
"description": "Z-Wave driver written entirely in JavaScript/TypeScript",
"keywords": [],
"main": "index.js",
Expand Down

0 comments on commit 2478f57

Please sign in to comment.