Skip to content

Commit

Permalink
chore: release v3.19.8
Browse files Browse the repository at this point in the history
* (Apollon77) Add safeguard for too high intervals
  • Loading branch information
Apollon77 committed Sep 7, 2022
1 parent 1ef8028 commit 296a32c
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.8 (2022-09-07)
* (Apollon77) Add safeguard for too high intervals

### 3.19.7 (2022-08-19)
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.7",
"version": "3.19.8",
"blockedVersions": [
"~3.14.0",
"~3.15.0",
Expand Down Expand Up @@ -38,6 +38,18 @@
},
"platform": "Javascript/Node.js",
"news": {
"3.19.8": {
"en": "Add safeguard for too high intervals",
"de": "Schutz für zu hohe Intervalle hinzufügen",
"ru": "Добавьте защиту для слишком высоких интервалов",
"pt": "Adicionar proteção para intervalos muito altos",
"nl": "Bescherming toevoegen voor te hoge intervallen",
"fr": "Ajouter la sauvegarde pour des intervalles trop élevés",
"it": "Aggiungi protezione per intervalli troppo alti",
"es": "Añadir salvaguardia para intervalos demasiado altos",
"pl": "Zabezpieczony za zbyt wysokie odstępy",
"zh-cn": "增加时间太长的保障"
},
"3.19.7": {
"en": "Fix doNotDisturb when using a time string",
"de": "Fehler NichtDisturb bei Verwendung eines Zeitstrings",
Expand Down Expand Up @@ -109,18 +121,6 @@
"es": "Fijar la creación de Alarma cuando sólo proporciona tiempo y es para el día siguiente",
"pl": "Fix Alarm - tworzenie, kiedy tylko daje czas i jest przez następne dni",
"zh-cn": "在提供时间时,创设ix Alarm"
},
"3.19.1": {
"en": "Fix retry handling",
"de": "Retry Handling",
"ru": "Fix ретриминг",
"pt": "Manuseamento de retrete",
"nl": "Vertaling:",
"fr": "Manipulation par réarmement",
"it": "Risolvere la gestione del processo",
"es": "Manejo de repostaje fijo",
"pl": "Fix retry",
"zh-cn": "九. 固定的重新处理"
}
},
"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.7",
"version": "3.19.8",
"description": "Remote control for Alexa (Amazon Echo)",
"author": {
"name": "Apollon77",
Expand Down

0 comments on commit 296a32c

Please sign in to comment.