Skip to content

Commit d47c366

Browse files
committed
release v0.12.1 [skip ci]
1 parent e4cccab commit d47c366

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ All parameters of this object are optional and use the default values if not pro
599599

600600
## Changelog
601601

602-
#### __WORK IN PROGRESS__
602+
#### 0.12.1 (2018-21-00)
603603
* (AlCalzone) Added automatic retrying of the initial connection (if already authenticated)
604604

605605
#### 0.12.0 (2018-21-06)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-tradfri-client",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"description": "Library to talk to IKEA Trådfri Gateways without external binaries",
55
"keywords": [
66
"coap",
@@ -104,4 +104,4 @@
104104
"instrument": true
105105
},
106106
"readme": "README.md"
107-
}
107+
}

0 commit comments

Comments
 (0)