diff --git a/README.md b/README.md index b114383..1bcb8a3 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,7 @@ When the adapter crashes or an other Code error happens, this error message that ## Changelog - -### __WORK IN PROGRESS__ +### 0.3.5 (2022-02-08) * (simatec) Fix value types * (simatec) Fix Axios Request * (simatec) Dependencies updated diff --git a/io-package.json b/io-package.json index df7dd7a..a8d8a68 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,20 @@ { "common": { "name": "uv-protect", - "version": "0.3.4", + "version": "0.3.5", "news": { + "0.3.5": { + "en": "Fix value types\nFix Axios Request\nDependencies updated", + "de": "Wertetypen fixieren\nAxios-Anfrage beheben\nAbhängigkeiten aktualisiert", + "ru": "Исправление типов значений\nИсправить запрос Axios\nЗависимости обновлены", + "pt": "Tipos de valor fixo\nCorrigir solicitação do Axios\nDependências atualizadas", + "nl": "Waardetypen corrigeren\nAxios-verzoek repareren\nAfhankelijkheden bijgewerkt", + "fr": "Fixer les types de valeur\nCorrection de la requête Axios\nDépendances mises à jour", + "it": "Correggi i tipi di valore\nCorreggi la richiesta di Axios\nDipendenze aggiornate", + "es": "Tipos de valores fijos\nReparar solicitud de Axios\nDependencias actualizadas", + "pl": "Ustal typy wartości\nNapraw żądanie Axios\nZaktualizowano zależności", + "zh-cn": "固定值类型\n修复 Axios 请求\n已更新依赖项" + }, "0.3.4": { "en": "Dependencies updated\ntest and release updated", "de": "Abhängigkeiten aktualisiert\nTest und Release aktualisiert", @@ -74,18 +86,6 @@ "es": "apiKey encriptado automáticamente", "pl": "Automatyczne szyfrowanie apiKey", "zh-cn": "apiKey 自动加密" - }, - "0.2.2": { - "en": "apiKey encrypted, fix async function", - "de": "apiKey verschlüsselt, asynchrone Funktion korrigiert", - "ru": "apiKey зашифрован, исправить асинхронную функцию", - "pt": "apiKey criptografado, corrigir função assíncrona", - "nl": "apiKey versleuteld, fix async-functie", - "fr": "apiKey chiffré, correction de la fonction asynchrone", - "it": "crittografata apiKey, correzione della funzione asincrona", - "es": "apiKey cifrado, corrige la función asíncrona", - "pl": "apiKey zaszyfrowane, napraw funkcję asynchroniczną", - "zh-cn": "apiKey加密,修复异步功能" } }, "title": "uv-protect", diff --git a/package-lock.json b/package-lock.json index 2a9afb8..5fb9f0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "iobroker.uv-protect", - "version": "0.3.4", + "version": "0.3.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e693d7d..a538e41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.uv-protect", - "version": "0.3.4", + "version": "0.3.5", "description": "UV-Protect from openUV-API", "author": { "name": "simatec",