Skip to content

Commit 685107c

Browse files
committed
release v0.11.0 [skip ci]
1 parent aea0bcc commit 685107c

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
@@ -530,7 +530,7 @@ A DeviceInfo object contains general information about a device. It has the foll
530530

531531
## Changelog
532532

533-
#### __WORK IN PROGRESS__ - WARNING: BREAKING CHANGES!
533+
#### 0.11.0 (2018-21-04) - WARNING: BREAKING CHANGES!
534534
* (AlCalzone) **BREAKING**: The `connect()` method now either resolves with `true` or rejects with an error detailing why the connection failed.
535535
* (AlCalzone) The error thrown by `authentication()` now correctly reflects why the authentication failed.
536536
* (AlCalzone) Swallow `"DTLS handshake timed out"` promise rejections and emit an `"error"` instead

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.10.1",
3+
"version": "0.11.0",
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)