Skip to content

Commit

Permalink
updated node-lox-ws-api for node js 10.x compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
codmpm committed Dec 10, 2018
1 parent 15861c8 commit 9b1f569
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 0.10.2
* updated `node-lox-ws-api` to `0.4.4` for nodejs 10.x compatibility. Thanks @alladdin

### 0.10.1
* fixed category is displayed in room introduced in `0.10.0`, thanks to @Jofagi

Expand Down Expand Up @@ -80,4 +83,4 @@
* control-in
* control-out
* initial release
* testing
* testing
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-loxone",
"version": "0.10.1",
"version": "0.10.2",
"description": "Connecting the Loxone Miniserver to node-red via Websocket API",
"license": "MIT",
"keywords": [
Expand All @@ -12,7 +12,7 @@
}
},
"dependencies": {
"node-lox-ws-api": "^0.4.3"
"node-lox-ws-api": "^0.4.4"
},
"repository": "codmpm/node-red-contrib-loxone"
}

0 comments on commit 9b1f569

Please sign in to comment.