From 77ebff7c3ee5a99f957aa04f5b4cc5cd9d6c959f Mon Sep 17 00:00:00 2001 From: GermanBluefox Date: Sat, 18 Jan 2020 10:54:10 +0100 Subject: [PATCH] ### 1.2.1 (2020-01-18) * (bluefox) Fixed problem if the port of admin is not 8081 --- README.md | 3 +++ io-package.json | 14 +++++++++++++- package.json | 14 +++++++------- 3 files changed, 23 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 62569150..e21cb855 100644 --- a/README.md +++ b/README.md @@ -246,6 +246,9 @@ Following types are supported: - `ifttt` - acting like IFTTT (actually not required, but for tests purposes) ## Changelog +### 1.2.1 (2020-01-18) +* (bluefox) Fixed problem if the port of admin is not 8081 + ### 1.2.0 (2020-01-04) * (TA2k) Google Home handling and visualization improved. diff --git a/io-package.json b/io-package.json index 3bcea35d..03f51aa4 100644 --- a/io-package.json +++ b/io-package.json @@ -1,7 +1,7 @@ { "common": { "name": "iot", - "version": "1.2.0", + "version": "1.2.1", "title": "IoT Assistants", "titleLang": { "en": "IoT cloud connection", @@ -28,6 +28,18 @@ "zh-cn": "连接你的ioBroker服务器的ioBroker IoT云" }, "news": { + "1.2.1": { + "en": "Fixed problem if the port of admin is not 8081", + "de": "Problem behoben, wenn der Port von admin nicht 8081 ist", + "ru": "Исправлена проблема, если порт администратора не 8081", + "pt": "Corrigido o problema se a porta do administrador não for 8081", + "nl": "Probleem opgelost als de poort van admin niet 8081 is", + "fr": "Correction d'un problème si le port d'administration n'est pas 8081", + "it": "Risolto problema se la porta di amministrazione non è 8081", + "es": "Se solucionó el problema si el puerto de administración no es 8081", + "pl": "Naprawiono problem, jeśli port administratora nie jest 8081", + "zh-cn": "解决了如果管理端口不是8081的问题" + }, "1.1.11": { "en": "Google Home handling and visualization improved.", "de": "Die Handhabung und Visualisierung von Google Home wurde verbessert.", diff --git a/package.json b/package.json index da32ffb0..99dfa9be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.iot", - "version": "1.2.0", + "version": "1.2.1", "description": "This adapter allows to communicate Amazon Alexa and Google Home with ioBroker.", "author": { "name": "bluefox", @@ -20,19 +20,19 @@ }, "dependencies": { "aws-iot-device-sdk": "^2.2.1", - "iobroker.type-detector": "^0.1.5", + "iobroker.type-detector": "^0.1.9", "request": "^2.88.0", "@iobroker/adapter-core": "^1.0.3", - "uuid": "^3.3.3" + "uuid": "^3.4.0" }, "devDependencies": { - "@types/iobroker": "^1.4.11", - "@types/node": "^11.11.0", - "axios": "^0.19.0", + "@types/iobroker": "^2.0.1", + "@types/node": "^13.1.8", + "axios": "^0.19.1", "chai": "^4.2.0", "del": "^5.1.0", "gulp": "^4.0.2", - "mocha": "^6.2.0" + "mocha": "^7.0.0" }, "bugs": { "url": "https://github.com/ioBroker/ioBroker.iot/issues"