Skip to content

Commit

Permalink
node-lox-ws-api 0.4.5-bugfix3 so you don't have to build binary depen…
Browse files Browse the repository at this point in the history
…dencies of WebSocket-Node
  • Loading branch information
codmpm committed Oct 8, 2020
1 parent 22410cf commit 801c52a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 0.10.11
* node-lox-ws-api 0.4.5-bugfix3 so you don't have to build binary dependencies of [WebSocket-Node](https://github.com/theturtle32/WebSocket-Node/blob/master/CHANGELOG.md)


### 0.10.10
* Sort the rooms and cats data, fixes #56

Expand Down
6 changes: 3 additions & 3 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.10",
"version": "0.10.11",
"description": "Connecting the Loxone Miniserver to node-red via Websocket API",
"license": "MIT",
"keywords": [
Expand All @@ -12,12 +12,12 @@
"loxone": "loxone/loxone.js"
}
},
"author": "Patrik Mayer <[email protected]> <https://www.codm.de/)",
"author": "Patrik Mayer <[email protected]> (https://www.codm.de/)",
"contributors": [
"Dustin Utecht <[email protected]> (https://www.codm.de/)"
],
"dependencies": {
"node-lox-ws-api": "github:codm/node-lox-ws-api#0.4.5-bugfix2"
"node-lox-ws-api": "github:codm/node-lox-ws-api#0.4.5-bugfix3"
},
"repository": "codmpm/node-red-contrib-loxone"
}

0 comments on commit 801c52a

Please sign in to comment.