Skip to content

Commit

Permalink
release v0.11.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Mar 15, 2018
1 parent aea0bcc commit 685107c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ A DeviceInfo object contains general information about a device. It has the foll

## Changelog

#### __WORK IN PROGRESS__ - WARNING: BREAKING CHANGES!
#### 0.11.0 (2018-21-04) - WARNING: BREAKING CHANGES!
* (AlCalzone) **BREAKING**: The `connect()` method now either resolves with `true` or rejects with an error detailing why the connection failed.
* (AlCalzone) The error thrown by `authentication()` now correctly reflects why the authentication failed.
* (AlCalzone) Swallow `"DTLS handshake timed out"` promise rejections and emit an `"error"` instead
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-tradfri-client",
"version": "0.10.1",
"version": "0.11.0",
"description": "Library to talk to IKEA Trådfri Gateways without external binaries",
"keywords": [
"coap",
Expand Down Expand Up @@ -104,4 +104,4 @@
"instrument": true
},
"readme": "README.md"
}
}

0 comments on commit 685107c

Please sign in to comment.