Skip to content

Commit

Permalink
release v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Jan 13, 2018
1 parent 1a1e166 commit a9175f6
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.6 (2018-01-13)
* (AlCalzone) Update `node-tradfri-client` version

#### 1.0.5 (2018-01-13)
* (AlCalzone) Removed error in log on adapter startup
* (AlCalzone) Change brightness role for better compatibility with the cloud adapter
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.5",
"version": "1.0.6",
"news": {
"1.0.6": {
"en": "Updated node-tradfri-client version.",
"de": "Version von node-tradfri-client aktualisiert."
},
"1.0.5": {
"en": "Removed error in the log on adapter startup. Changed brightness role for better compatibility with the cloud adapter.",
"de": "Fehler im Log beim Start des Adapters wurde entfernt. Geänderte Helligkeitsrolle für bessere Kompatibilität mit dem Cloud-Adapter."
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.5",
"version": "1.0.6",
"description": "ioBroker tradfri Adapter",
"author": {
"name": "AlCalzone",
Expand All @@ -16,7 +16,7 @@
}
],
"dependencies": {
"node-tradfri-client": "^0.5.6"
"node-tradfri-client": "^0.6.0"
},
"devDependencies": {
"@types/chai": "^4.0.10",
Expand Down

0 comments on commit a9175f6

Please sign in to comment.