From 8bde441c449868d7987d5ba6523e715a266ae859 Mon Sep 17 00:00:00 2001 From: simatec Date: Mon, 11 Jul 2022 13:27:40 +0200 Subject: [PATCH] chore: release v0.3.6 * (simatec) Fix Request * (simatec) timeout added * (simatec) Dependencies updated --- README.md | 2 +- io-package.json | 28 ++++++++++++++-------------- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index e639a20..c15d78a 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ When the adapter crashes or an other Code error happens, this error message that ## Changelog -### __WORK IN PROGRESS__ +### 0.3.6 (2022-07-11) * (simatec) Fix Request * (simatec) timeout added * (simatec) Dependencies updated diff --git a/io-package.json b/io-package.json index 4499d69..6d84305 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,20 @@ { "common": { "name": "uv-protect", - "version": "0.3.5", + "version": "0.3.6", "news": { + "0.3.6": { + "en": "Fix Request\ntimeout added\nDependencies updated", + "de": "Fehlersuche\ntimeout hinzugefügt\nAusgaben aktualisiert", + "ru": "Fix Запрос\ntimeout добавлено\nОбновленные зависимости", + "pt": "Pedido de Fixação\ntimeout adicionado\nDependências atualizadas", + "nl": "Verzoek\nvertaling:\nAfhankelijkheid geüpdateerd", + "fr": "Demande de réparation\ntimeout ajouté\nDépendances mises à jour", + "it": "Fissare la richiesta\ntimeout aggiunto\nDipendenze aggiornate", + "es": "Solicitud fija\ntiempo añadido\nActualización de las dependencias", + "pl": "Fix Request (ang.)\ndodać\nZależności", + "zh-cn": "请求\n增加时间\nB. 更新的属地" + }, "0.3.5": { "en": "Fix value types\nFix Axios Request\nDependencies updated", "de": "Wertetypen fixieren\nAxios-Anfrage beheben\nAbhängigkeiten aktualisiert", @@ -74,18 +86,6 @@ "es": "limpieza de código, traducción agregada al idioma del sistema para estados, marca de tiempo de corrección de errores, formateo de valores, dependencias actualizadas, nombre de estados actualizado", "pl": "czyszczenie kodu, dodane tłumaczenie stanów na język systemu, znacznik czasu poprawki błędów, formatowanie wartości, aktualizacja zależności, aktualizacja nazw stanów", "zh-cn": "代码清理,添加了状态的系统语言翻译,错误修复时间戳,值格式,更新了依赖项,更新了状态名称" - }, - "0.2.3": { - "en": "apiKey auto encrypted", - "de": "apiKey automatisch verschlüsselt", - "ru": "apiKey автоматически зашифрован", - "pt": "apiKey criptografado automaticamente", - "nl": "apiKey automatisch versleuteld", - "fr": "apiKey crypté automatiquement", - "it": "apiKey auto crittografato", - "es": "apiKey encriptado automáticamente", - "pl": "Automatyczne szyfrowanie apiKey", - "zh-cn": "apiKey 自动加密" } }, "title": "uv-protect", @@ -618,4 +618,4 @@ "native": {} } ] -} \ No newline at end of file +} diff --git a/package-lock.json b/package-lock.json index d29b8fe..24dfdec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "iobroker.uv-protect", - "version": "0.3.5", + "version": "0.3.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e2a95f0..275d558 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.uv-protect", - "version": "0.3.5", + "version": "0.3.6", "description": "UV-Protect from openUV-API", "author": { "name": "simatec",