diff --git a/README.md b/README.md index a0df798..ce3f642 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,10 @@ To communicate with the free@home system access point, it uses the [freeathome-a ## Changelog +### 0.0.19 + +* (Lutz Lengemann) Debugging current adapter error + ### 0.0.18 * (Lutz Lengemann) Code Cleanup diff --git a/io-package.json b/io-package.json index 2479090..4c55951 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "freeathome", - "version": "0.0.18", + "version": "0.0.19", "news": { + "0.0.19": { + "en": "Debugging", + "de": "Debugging", + "ru": "Debugging", + "pt": "Debugging", + "nl": "Debugging", + "fr": "Debugging", + "it": "Debugging", + "es": "Debugging", + "pl": "Debugging", + "uk": "Debugging", + "zh-cn": "Debugging" + }, "0.0.18": { "en": "Code Cleanup", "de": "Code Cleanup", diff --git a/package-lock.json b/package-lock.json index 2b1fb01..876c3c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.freeathome", - "version": "0.0.18", + "version": "0.0.19", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.freeathome", - "version": "0.0.18", + "version": "0.0.19", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^2.5.1", diff --git a/package.json b/package.json index 2f7cf7e..ebf6893 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.freeathome", - "version": "0.0.18", + "version": "0.0.19", "description": "freeathome", "author": { "name": "Lutz Lengemann",