Skip to content

Commit

Permalink
release v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Feb 22, 2018
1 parent d011953 commit 3f68ae6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
*.sln
tsconfig.json
tslint.json
test/
tests/
src/
build/**/*.map
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,10 @@ A DeviceInfo object contains general information about a device. It has the foll

## Changelog

#### 0.8.3 (2018-02-22)
* (AlCalzone) Removed the recently-added payload merging because it did more harm than good
* (AlCalzone) Fixed `Group.activateScene` when the lights are turned off

#### 0.8.2 (2018-02-19)
* (AlCalzone) Force `hue` and `saturation` to appear in pairs in the sent payload

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-tradfri-client",
"version": "0.8.2",
"version": "0.8.3",
"description": "Library to talk to IKEA Trådfri Gateways without external binaries",
"keywords": [
"coap",
Expand Down

0 comments on commit 3f68ae6

Please sign in to comment.