Skip to content

Commit

Permalink
chore: release v2.1.0
Browse files Browse the repository at this point in the history
Important: js-controller 3.0+ required!
Remove some legacy code
Prevent potential crash case when error occurs
  • Loading branch information
Apollon77 committed Feb 20, 2022
1 parent 4aa89d2 commit bd69275
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ When the adapter crashes or an other Code error happens, this error message that

## Changelog

### __WORK IN PROGRESS__
### 2.1.0 (2022-02-20)
* Important: js-controller 3.0+ required!
* (Apollon77) Remove some legacy code
* (Apollon77) Prevent potential crash case when error occurs
Expand Down
16 changes: 14 additions & 2 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "pushover",
"version": "2.0.5",
"version": "2.1.0",
"news": {
"2.1.0": {
"en": "Important: js-controller 3.0+ required! \nRemove some legacy code\nPrevent potential crash case when error occurs",
"de": "Wichtig: js-controller 3.0+ erforderlich!\nEntfernen Sie Legacy-Code\nVerhindern Sie einen potenziellen Absturzfall, wenn ein Fehler auftritt",
"ru": "Важно: требуется js-контроллер 3.0+!\nУдалите часть устаревшего кода\nПредотвращение потенциального сбоя при возникновении ошибки",
"pt": "Importante: js-controller 3.0+ necessário!\nRemover algum código legado\nPrevenir um possível caso de falha quando ocorrer um erro",
"nl": "Belangrijk: js-controller 3.0+ vereist!\nEen oude code verwijderen\nVoorkom een mogelijke crash wanneer er een fout optreedt",
"fr": "Important : js-controller 3.0+ requis !\nSupprimer du code hérité\nPrévenir les cas de plantage potentiels lorsqu'une erreur se produit",
"it": "Importante: è richiesto js-controller 3.0+!\nRimuovi del codice legacy\nPrevenire potenziali casi di arresto anomalo quando si verifica un errore",
"es": "Importante: ¡Se requiere js-controller 3.0+!\nEliminar algún código heredado\nEvitar posibles casos de bloqueo cuando se produce un error",
"pl": "Ważne: wymagany js-controller 3.0+!\nUsuń stary kod\nZapobiegaj potencjalnym przypadkom awarii, gdy wystąpi błąd",
"zh-cn": "重要提示:需要 js-controller 3.0+!\n删除一些遗留代码\n发生错误时防止潜在的崩溃情况"
},
"2.0.5": {
"en": "Corrected error with token",
"de": "Fehler mit Token behoben",
Expand Down Expand Up @@ -268,4 +280,4 @@
"priority": 0
},
"objects": []
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iobroker.pushover",
"description": "This adapter allows to send pushover notifications from ioBroker",
"version": "2.0.5",
"version": "2.1.0",
"author": "bluefox <dogafox@gmail.com>",
"contributors": [
"bluefox <dogafox@gmail.com>"
Expand Down Expand Up @@ -40,4 +40,4 @@
"test:integration": "mocha test/integration --exit",
"release": "release-script"
}
}
}

0 comments on commit bd69275

Please sign in to comment.