Skip to content

Commit

Permalink
chore: release v3.19.5
Browse files Browse the repository at this point in the history
* (Apollon77) Fix doNotDevice for groups
  • Loading branch information
Apollon77 committed Aug 9, 2022
1 parent 962ff14 commit d91df10
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 18 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
26 changes: 13 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "alexa2",
"version": "3.19.4",
"version": "3.19.5",
"blockedVersions": [
"~3.14.0",
"~3.15.0",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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": [
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit d91df10

Please sign in to comment.