Skip to content

Commit

Permalink
### 0.5.7 Continent information added and warn messages reduced
Browse files Browse the repository at this point in the history
* (DutchmanNL) Bugfix : Add continent state attribute definition
* (DutchmanNL) Bugfix : Reduce warn messages if error occurs to 1 per message
  • Loading branch information
DutchmanNL committed Apr 17, 2020
1 parent c591287 commit dcf5801
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ As first value the name from the warning message must be taken from the log. The

## Changelog

### 0.5.7 (2020-04-17) Continent state attribute information added and warn messages reduced
* (DutchmanNL) Bugfix : Add continent state attribute definition
* (DutchmanNL) Bugfix : Reduce warn messages if error occurs to 1 per message

### 0.5.6 (2020-04-17) Bugfix : API changed
* (Kampfratte) Bugfix : API changed

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.5.6",
"version": "0.5.7",
"news": {
"0.5.7": {
"en": "Continent state attribute information added and warn messages reduced",
"de": "Kontinentstatusattributinformationen hinzugefügt und Warnmeldungen reduziert",
"ru": "Добавлена ​​информация об атрибутах состояния континента и уменьшено количество предупреждений",
"pt": "Informações sobre atributos do estado do continente adicionadas e mensagens de aviso reduzidas",
"nl": "Attribuutinformatie over continentstatus toegevoegd en waarschuwingsberichten verminderd",
"fr": "Ajout d'informations sur l'attribut d'état du continent et réduction des messages d'avertissement",
"it": "Aggiunte informazioni sugli attributi dello stato del continente e messaggi di avviso ridotti",
"es": "Se agregó información de atributo de estado continente y se redujeron los mensajes de advertencia",
"pl": "Dodano informacje o atrybutach stanu kontynentu i zredukowano komunikaty ostrzegawcze",
"zh-cn": "添加了大陆状态属性信息并减少了警告消息"
},
"0.5.6": {
"en": "Bugfix : API changed",
"de": "Bugfix: API geändert",
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.5.6",
"version": "0.5.7",
"description": "Adapter to show Global Corona Virus information and current reports",
"author": {
"name": "DutchmanNL",
Expand Down

0 comments on commit dcf5801

Please sign in to comment.