Skip to content

Commit

Permalink
(v1.0.4) Removed warning caused by Gateway v1.3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Jan 10, 2018
1 parent adbde7a commit 4286fe2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ The result object `ret` looks as follows:

## Changelog

#### 1.0.4 (2018-01-10)
* (AlCalzone) Removed warning caused by Gateway v1.3.14

#### 1.0.3 (2018-01-07)
* (AlCalzone) Updated `node-tradfri-client` version
* (AlCalzone) Load objects on adapter start so they don't get overwritten (#35)
Expand Down
6 changes: 5 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"common": {
"name": "tradfri",
"version": "1.0.3",
"version": "1.0.4",
"news": {
"1.0.4": {
"en": "Removed warning caused by Gateway v1.3.14",
"de": "Warnung entfernt, die durch Gateway v1.3.14 ausgelöst wird"
},
"1.0.3": {
"en": "Updated node-tradfri-client version.\r\nBugfixes.",
"de": "Version von node-tradfri-client aktualisiert.\r\nBugfixes."
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": "iobroker.tradfri",
"version": "1.0.3",
"version": "1.0.4",
"description": "ioBroker tradfri Adapter",
"author": {
"name": "AlCalzone",
Expand All @@ -16,7 +16,7 @@
}
],
"dependencies": {
"node-tradfri-client": "^0.5.5"
"node-tradfri-client": "^0.5.6"
},
"devDependencies": {
"@types/chai": "^4.0.10",
Expand Down

0 comments on commit 4286fe2

Please sign in to comment.