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 e4cccab commit d47c366Copy full SHA for d47c366
2 files changed
README.md
@@ -599,7 +599,7 @@ All parameters of this object are optional and use the default values if not pro
599
600
## Changelog
601
602
-#### __WORK IN PROGRESS__
+#### 0.12.1 (2018-21-00)
603
* (AlCalzone) Added automatic retrying of the initial connection (if already authenticated)
604
605
#### 0.12.0 (2018-21-06)
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "node-tradfri-client",
3
- "version": "0.12.0",
+ "version": "0.12.1",
4
"description": "Library to talk to IKEA Trådfri Gateways without external binaries",
5
"keywords": [
6
"coap",
@@ -104,4 +104,4 @@
104
"instrument": true
105
},
106
"readme": "README.md"
107
-}
+}
0 commit comments