We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82fe425 commit 42cd845Copy full SHA for 42cd845
2 files changed
README.md
@@ -436,6 +436,10 @@ A DeviceInfo object contains general information about a device. It has the foll
436
437
## Changelog
438
439
+#### 0.8.7 (2018-03-08)
440
+* (AlCalzone) Greatly enhanced test coverage
441
+* (AlCalzone) Fixed some minor issues found by the new tests
442
+
443
#### 0.8.6 (2018-03-07)
444
* (AlCalzone) Published bugfixes that should have been live already.
445
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "node-tradfri-client",
3
- "version": "0.8.6",
+ "version": "0.8.7",
4
"description": "Library to talk to IKEA Trådfri Gateways without external binaries",
5
"keywords": [
6
"coap",
0 commit comments