From ac8e59cafacb1091294b15c3011248834096a667 Mon Sep 17 00:00:00 2001 From: GermanBluefox Date: Mon, 20 Dec 2021 16:32:44 +0100 Subject: [PATCH] chore: release v2.1.7 * (bluefox) Corrected error with "SONOS not found" --- README.md | 2 +- io-package.json | 26 +++++++++++++------------- package.json | 2 +- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index d484827..353dfaa 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Workaround for text to speech is to use the [SONOS HTTP API](https://github.com/ ### __WORK IN PROGRESS__ --> ## Changelog -### __WORK IN PROGRESS__ +### 2.1.7 (2021-12-20) * (bluefox) Corrected error with "SONOS not found" ### 2.1.4 (2021-12-17) diff --git a/io-package.json b/io-package.json index 463895d..e8d35a7 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,20 @@ { "common": { "name": "sonos", - "version": "2.1.6", + "version": "2.1.7", "news": { + "2.1.7": { + "en": "Corrected error with \"SONOS not found\"", + "de": "Fehler mit \"SONOS nicht gefunden\" behoben", + "ru": "Исправлена ошибка \"SONOS не найден\".", + "pt": "Erro corrigido com \"SONOS não encontrado\"", + "nl": "Fout gecorrigeerd met \"SONOS niet gevonden\"", + "fr": "Erreur corrigée avec \"SONOS introuvable\"", + "it": "Errore corretto con \"SONOS non trovato\"", + "es": "Error corregido con \"SONOS no encontrado\"", + "pl": "Poprawiony błąd „Nie znaleziono SONOS”", + "zh-cn": "更正了“找不到 SONOS”的错误" + }, "2.1.6": { "en": "Corrected error with \"SONOS not found\"", "de": "Fehler mit \"SONOS nicht gefunden\" behoben", @@ -74,18 +86,6 @@ "es": "Prevenir caso de bloqueo (Sentry IOBROKER-JS-CONTROLLER-S7, # 78)", "pl": "Zapobiegaj awariom (Sentry IOBROKER-JS-CONTROLLER-S7, # 78)", "zh-cn": "防止发生崩溃情况(Sentry IOBROKER-JS-CONTROLLER-S7,#78)" - }, - "2.1.0": { - "en": "TTS Refactoring", - "de": "TTS Refactoring", - "ru": "TTS Рефакторинг", - "pt": "Refatoração TTS", - "nl": "TTS Refactoring", - "fr": "Refactoring TTS", - "it": "Refactoring TTS", - "es": "Refactorización TTS", - "pl": "Refaktoryzacja TTS", - "zh-cn": "TTS重构" } }, "title": "SONOS", diff --git a/package.json b/package.json index 91eec28..8c7a7fd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "iobroker.sonos", "description": "The adapter lets control SONOS from ioBroker", - "version": "2.1.6", + "version": "2.1.7", "engines": { "node": ">=8.0.0" },