diff --git a/README.md b/README.md index 960a68649..b0d53de40 100644 --- a/README.md +++ b/README.md @@ -476,8 +476,7 @@ If the Push connection is never established then you can try to use the followin Then it should work again ## Changelog - -### __WORK IN PROGRESS__ +### 3.19.5 (2022-08-09) * (Apollon77) Fix doNotDevice for groups ### 3.19.4 (2022-08-07) diff --git a/io-package.json b/io-package.json index 87fb743ed..135c0a8b3 100644 --- a/io-package.json +++ b/io-package.json @@ -1,7 +1,7 @@ { "common": { "name": "alexa2", - "version": "3.19.4", + "version": "3.19.5", "blockedVersions": [ "~3.14.0", "~3.15.0", @@ -38,6 +38,18 @@ }, "platform": "Javascript/Node.js", "news": { + "3.19.5": { + "en": "Fix doNotDevice for groups", + "de": "Fehler NichtGerät für Gruppen", + "ru": "Fix сделать NotDevice для групп", + "pt": "Fixo do NotDevice para grupos", + "nl": "_ Niet Device voor groepen", + "fr": "Fixe do NotDevice pour les groupes", + "it": "Riparare Consigli per gruppi", + "es": "Corrección do No Dispositivo para grupos", + "pl": "Fixa do Fixa NotDevice for groups (ang.)", + "zh-cn": "Fix do D. 对团体不予赔偿" + }, "3.19.4": { "en": "Prevent unwanted device Name updates", "de": "Unerwünschtes Gerät verhindern Name Updates", @@ -109,18 +121,6 @@ "es": "Dispositivo de fijación Alto orden de secuencia", "pl": "Fix Zakończenie sekwencji", "zh-cn": "固定装置 战时指挥" - }, - "3.18.5": { - "en": "Fix crash case reported by Sentry\nAdd image for Fire Cube", - "de": "Reparieren Crashfall berichtet von Sentry\nBild hinzugefügt für Fire Cube", - "ru": "Исправление случай аварии сообщается в Sentry\nДобавить изображение для Fire Cube", - "pt": "Corrigir caso de acidente relatado por Sentry\nAdicionar imagem para Fire Cube", - "nl": "Vertaling:\nVertaling:", - "fr": "Correction de l'accident rapporté par Sentry\nAjouter une image pour Fire Cube", - "it": "Correzione caso di crash segnalato da Sentry\nAggiungi immagine per Fire Cube", - "es": "Caso de accidente fijo reportado por Sentry\nAñadir imagen para Fire Cube", - "pl": "Sprawa rozbicia Fixa doniesiona przez firmę Sentry\nZdjęcie Fire Cube", - "zh-cn": "Sentry所报告的六例事故\nFire Cube的添加形象" } }, "keywords": [ diff --git a/package-lock.json b/package-lock.json index 4261e3993..661fb118e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.alexa2", - "version": "3.19.4", + "version": "3.19.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.alexa2", - "version": "3.19.4", + "version": "3.19.5", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^2.6.0", diff --git a/package.json b/package.json index f7edf1399..25cb449d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.alexa2", - "version": "3.19.4", + "version": "3.19.5", "description": "Remote control for Alexa (Amazon Echo)", "author": { "name": "Apollon77",