Skip to content

Commit

Permalink
chore: release v0.8.7
Browse files Browse the repository at this point in the history
Bugfix: Added missing definitions
Error handling for missing state attribute definitions Optimized
  • Loading branch information
DutchmanNL committed Nov 17, 2021
1 parent 30170cc commit 1322fe0
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 10 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Older changes
## 0.8.2 (2021-08-17)
* (DutchmanNL & jlssmt) Small code improvements to prepare stable release

## 0.8.1 (2021-08-16)
* (DutchmanNL) added definitions for total_boosters

Expand Down
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ As first value, the name from the warning message must be taken from the log. Th
* (DutchmanNL)
-->

### __WORK IN PROGRESS__
### 0.8.7 (2021-11-17)
* (DutchmanNL) Bugfix: Added missing definitions
* (jlssmt) Optimize error handling for missing state attribute definitions
* (jlssmt) Error handling for missing state attribute definitions Optimized

### 0.8.6 (2021-11-15)
* (Simatec) Design Fix for Admin >=5.1.28 Dark/Blue Theme
Expand All @@ -115,9 +115,6 @@ As first value, the name from the warning message must be taken from the log. Th
* (jlssmt) Code refactoring
* (DutchmanNL) Bugfix: Unwanted deletion of data points for Germany solved

### 0.8.2 (2021-08-17)
* (DutchmanNL & jlssmt) Small code improvements to prepare stable release

## License
MIT License

Expand Down
15 changes: 12 additions & 3 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
{
"common": {
"name": "coronavirus-statistics",
"version": "0.8.7-0",
"version": "0.8.7",
"news": {
"0.8.7-0": {
"en": "BugFix: Add missing attributes"
"0.8.7": {
"en": "Bugfix: Added missing definitions\nError handling for missing state attribute definitions Optimized",
"de": "Bugfix: Fehlende Definitionen hinzugefügt\nFehlerbehandlung bei fehlenden Zustandsattributdefinitionen Optimiert",
"ru": "Исправление: добавлены недостающие определения.\nОбработка ошибок при отсутствии определений атрибутов состояния Оптимизировано",
"pt": "Correção de bug: definições ausentes adicionadas\nTratamento de erros para definições de atributos de estado ausentes Otimizado",
"nl": "Bugfix: ontbrekende definities toegevoegd\nFoutafhandeling voor ontbrekende statusattribuutdefinities Geoptimaliseerd",
"fr": "Correction de bug : ajout de définitions manquantes\nGestion des erreurs pour les définitions d'attributs d'état manquantes Optimisé",
"it": "Bugfix: Aggiunte definizioni mancanti\nGestione degli errori per le definizioni degli attributi di stato mancanti Ottimizzato",
"es": "Corrección de error: se agregaron definiciones faltantes\nManejo de errores para definiciones de atributos de estado faltantes Optimizado",
"pl": "Bugfix: Dodano brakujące definicje\nObsługa błędów dla brakujących definicji atrybutów stanu Zoptymalizowana",
"zh-cn": "错误修正:添加了缺失的定义\n缺少状态属性定义的错误处理优化"
},
"0.8.6": {
"en": "Design Fix for Admin >=5.1.28 Dark/Blue Theme",
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.7-0",
"version": "0.8.7",
"description": "Adapter to show Global Corona Virus information and current reports",
"author": {
"name": "DutchmanNL",
Expand Down

0 comments on commit 1322fe0

Please sign in to comment.