Skip to content

Commit

Permalink
Version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sebilm committed Mar 21, 2019
1 parent d7993a2 commit 23d3c6e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ If you (later) get a "400 bad request" error in the log, you must get a new Auth

## Changelog

### 0.2.1
* Dependencies updated
* Fix problem with nodejs 6 and the spread operator and async

### 0.2.0
* Code change to new template
* Support for Compact mode (js-Controller 2.0 Feature) added (#1)
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": "nibeuplink",
"version": "0.2.0",
"version": "0.2.1",
"news": {
"0.2.1": {
"en": "Dependencies update; Fix problem with nodejs 6 and the spread operator and async",
"de": "Abhängigkeiten aktualisiert; Problem mit nodejs 6 und dem Spread-Operator und async gelöst"
},
"0.2.0": {
"en": "Code change to new template; Support for Compact mode added (#1); Translations in settings page; Type moved from general to climate control",
"de": "Code anhand des neuen Templates geändert; Support für Compact mode (#1); Übersetzungen in den Einstellungen; der Typ wurde von Allgemein zu Klimakontrolle geändert"
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": "iobroker.nibeuplink",
"version": "0.2.0",
"version": "0.2.1",
"description": "nibeuplink",
"author": {
"name": "Sebastian Haesselbarth",
Expand Down

0 comments on commit 23d3c6e

Please sign in to comment.