Skip to content

Commit c9f44c8

Browse files
committed
release v0.9.0
1 parent b6d046a commit c9f44c8

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,10 @@ A DeviceInfo object contains general information about a device. It has the foll
489489

490490
## Changelog
491491

492+
#### 0.9.0 (2018-03-09)
493+
* (neophob) Added gateway discovery
494+
* (AlCalzone) Added timeout and tests for gateway discovery
495+
492496
#### 0.8.7 (2018-03-08)
493497
* (AlCalzone) Greatly enhanced test coverage
494498
* (AlCalzone) Fixed some minor issues found by the new tests

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-tradfri-client",
3-
"version": "0.8.7",
3+
"version": "0.9.0",
44
"description": "Library to talk to IKEA Trådfri Gateways without external binaries",
55
"keywords": [
66
"coap",
@@ -17,6 +17,9 @@
1717
"name": "AlCalzone",
1818
"email": "d.griesel@gmx.net"
1919
},
20+
"contributors": [
21+
"neophob (https://github.com/neophob)"
22+
],
2023
"license": "MIT",
2124
"homepage": "https://github.com/AlCalzone/node-tradfri-client",
2225
"repository": {

0 commit comments

Comments
 (0)