Skip to content

Commit

Permalink
chore: release v2.1.7
Browse files Browse the repository at this point in the history
* (bluefox) Corrected error with "SONOS not found"
  • Loading branch information
GermanBluefox committed Dec 20, 2021
1 parent d535c65 commit ac8e59c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
26 changes: 13 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down

0 comments on commit ac8e59c

Please sign in to comment.