From 4b7e81f8db58666b2c3e9d62a13cb4ce1fa4b06a Mon Sep 17 00:00:00 2001 From: Ingo Fischer Date: Sun, 18 Jul 2021 01:36:39 +0200 Subject: [PATCH] chore: release v3.6.7 Another fix on reconnect handling --- README.md | 2 +- io-package.json | 26 +++++++++++++------------- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 1257d68..37ef353 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ Best is to set the adapter to Debug log mode (Instances -> Expert mode -> Column ## Changelog -### __WORK IN PROGRESS__ +### 3.6.7 (2021-07-18) * (Apollon77) Another fix on reconnect handling ### 3.6.6 (2021-07-17) diff --git a/io-package.json b/io-package.json index 5b27d37..b01f176 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,20 @@ { "common": { "name": "tuya", - "version": "3.6.6", + "version": "3.6.7", "news": { + "3.6.7": { + "en": "Another fix on reconnect handling", + "de": "Ein weiterer Fix für die Wiederverbindungsbehandlung", + "ru": "Еще одно исправление при обработке переподключения", + "pt": "Outra correção no manuseio de reconexão", + "nl": "Nog een oplossing voor de afhandeling van opnieuw verbinden", + "fr": "Un autre correctif sur la gestion de la reconnexion", + "it": "Un'altra correzione sulla gestione della riconnessione", + "es": "Otra corrección en el manejo de reconexión", + "pl": "Kolejna poprawka dotycząca obsługi ponownego łączenia", + "zh-cn": "重新连接处理的另一个修复" + }, "3.6.6": { "en": "Fix reconnect handling\nMore schema information added", "de": "Reconnect-Handling behoben Fix\nWeitere Schemainformationen hinzugefügt", @@ -230,18 +242,6 @@ "es": "actualizar la biblioteca tuya-api", "pl": "zaktualizuj bibliotekę tuya-api", "zh-cn": "更新tuya-api库" - }, - "3.3.15": { - "en": "More schema information added", - "de": "Weitere Schemainformationen hinzugefügt", - "ru": "Добавлена дополнительная информация о схеме", - "pt": "Mais informações de esquema adicionadas", - "nl": "Meer schema-informatie toegevoegd", - "fr": "Plus d'informations sur le schéma ajoutées", - "it": "Aggiunte ulteriori informazioni sullo schema", - "es": "Se agregó más información de esquema", - "pl": "Dodano więcej informacji o schemacie", - "zh-cn": "添加了更多架构信息" } }, "title": "Tuya", diff --git a/package-lock.json b/package-lock.json index 5bf5b28..3efe6ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "iobroker.tuya", - "version": "3.6.6", + "version": "3.6.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3cf9588..e2bf23e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.tuya", - "version": "3.6.6", + "version": "3.6.7", "description": "Tuya", "author": { "name": "Ingo Fischer",