Skip to content

Commit

Permalink
chore: release v0.8.5
Browse files Browse the repository at this point in the history
Error handling for bundesländer api implemented
  • Loading branch information
DutchmanNL committed Oct 29, 2021
1 parent 57b7b85 commit 006bb78
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ As first value, the name from the warning message must be taken from the log. Th
### __WORK IN PROGRESS__
* (DutchmanNL)
-->
### __WORK IN PROGRESS__
* (jlssmt) added error handling for bundesländer if api is down
### 0.8.5 (2021-10-29)
* (jlssmt) Error handling for bundesländer api implemented

### 0.8.4 (2021-10-26)
* (DutchmanNL) Bugfix: New DNS entry for COVID api
Expand Down
14 changes: 13 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "coronavirus-statistics",
"version": "0.8.4",
"version": "0.8.5",
"news": {
"0.8.5": {
"en": "Error handling for bundesländer api implemented",
"de": "Fehlerbehandlung für Bundesländer API implementiert",
"ru": "Реализована обработка ошибок для bundesländer api",
"pt": "Tratamento de erros para a API bundesländer implementada",
"nl": "Foutafhandeling voor bundesländer api geïmplementeerd",
"fr": "Gestion des erreurs pour l'API bundesländer implémentée",
"it": "Gestione degli errori per l'API bundesländer implementata",
"es": "Se implementó el manejo de errores para bundesländer api",
"pl": "Zaimplementowano obsługę błędów dla bundesländer api",
"zh-cn": "实现了 bundesländer api 的错误处理"
},
"0.8.4": {
"en": "Bugfix: New DNS entry for COVID api\nHospital data for Germany added\nfix umlauts in hospital service\nextend api timer to fix 502 errors",
"de": "Bugfix: Neuer DNS-Eintrag für COVID-API\nKrankenhausdaten für Deutschland hinzugefügt\nUmlaute im Krankenhausdienst korrigieren\nErweitern Sie den API-Timer, um 502-Fehler zu beheben",
Expand Down
2 changes: 1 addition & 1 deletion 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.coronavirus-statistics",
"version": "0.8.4",
"version": "0.8.5",
"description": "Adapter to show Global Corona Virus information and current reports",
"author": {
"name": "DutchmanNL",
Expand Down

0 comments on commit 006bb78

Please sign in to comment.