Skip to content

Commit

Permalink
chore: release v0.7.0-3
Browse files Browse the repository at this point in the history
round Impfquote to 2 digits
Vaccination data for AstraZeneca Germany added
Bugfix : Solve last_update is invalid warn message
Bugfix : Solve cannot read property 'Erstimpfung' of undefined
  • Loading branch information
DutchmanNL committed Mar 26, 2021
1 parent 8148886 commit 93bfc9e
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 16 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,14 @@ As first value, the name from the warning message must be taken from the log. Th
* (DutchmanNL)
-->

### 0.7.0-2 (2021-03-26)
### 0.7.0-3 (2021-03-26)
* (DutchmanNL) round Impfquote to 2 digits
* (DutchmanNL) solve last_update is invalid warn message
* (lembnau) Vaccination data for AstraZeneca Germany added
* (DutchmanNL) Bugfix : Solve last_update is invalid warn message
* (DutchmanNL) Bugfix : Solve cannot read property 'Erstimpfung' of undefined

### 0.6.9 (2021-03-22)

* (lembnau) Adapter issues with vaccination data from Germany solved

### 0.6.8 (2021-01-27)
Expand Down
24 changes: 12 additions & 12 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"common": {
"name": "coronavirus-statistics",
"version": "0.7.0-2",
"version": "0.7.0-3",
"news": {
"0.7.0-2": {
"en": "round Impfquote to 2 digits\nsolve last_update is invalid warn message\nVaccination data for AstraZeneca Germany added",
"de": "runden Impfquote auf 2 Ziffern\nLöse last_update ist eine ungültige Warnmeldung\nImpfdaten für AstraZeneca Deutschland hinzugefügt",
"ru": "округлить Impfquote до 2 цифр\nрешить last_update недопустимое предупреждающее сообщение\nДобавлены данные о вакцинации AstraZeneca Germany.",
"pt": "arredondar Impfquote para 2 dígitos\nresolver last_update é uma mensagem de aviso inválida\nDados de vacinação para AstraZeneca Germany adicionados",
"nl": "rond Impfquote af op 2 cijfers\noplossen last_update is ongeldig waarschuwingsbericht\nVaccinatiegegevens voor AstraZeneca Duitsland toegevoegd",
"fr": "arrondir Impfquote à 2 chiffres\nrésoudre last_update est un message d'avertissement non valide\nAjout des données de vaccination pour AstraZeneca Allemagne",
"it": "virgolette intorno a 2 cifre\nrisolvere last_update non è un messaggio di avviso non valido\nAggiunti i dati sulla vaccinazione per AstraZeneca Germania",
"es": "redondear Impfquote a 2 dígitos\nresolver last_update es un mensaje de advertencia inválido\nSe agregaron datos de vacunación para AstraZeneca Alemania",
"pl": "zaokrąglić Impfquote do 2 cyfr\nrozwiązać last_update jest nieprawidłowym ostrzeżeniem\nDodano dane szczepień dla AstraZeneca Germany",
"zh-cn": "将Impfquote舍入为2位数\n解决last_update无效的警告消息\n添加了阿斯利康德国的疫苗接种数据"
"0.7.0-3": {
"en": "round Impfquote to 2 digits\nVaccination data for AstraZeneca Germany added\nBugfix : Solve last_update is invalid warn message\nBugfix : Solve cannot read property 'Erstimpfung' of undefined",
"de": "runden Impfquote auf 2 Ziffern\nImpfdaten für AstraZeneca Deutschland hinzugefügt\nBugfix: Löse last_update ist eine ungültige Warnmeldung\nBugfix: Solve kann die Eigenschaft 'Erstimpfung' von undefined nicht lesen",
"ru": "округлить Impfquote до 2 цифр\nДобавлены данные о вакцинации AstraZeneca Germany.\nИсправление: Решить last_update - недопустимое предупреждающее сообщение\nИсправление: Solve не может прочитать свойство Erstimpfung неопределенного значения.",
"pt": "arredondar Impfquote para 2 dígitos\nDados de vacinação para AstraZeneca Germany adicionados\nCorreção de bug: Resolver last_update é mensagem de aviso inválida\nCorreção de bug: Solve não pode ler a propriedade 'Erstimpfung' de indefinido",
"nl": "rond Impfquote af op 2 cijfers\nVaccinatiegegevens voor AstraZeneca Duitsland toegevoegd\nBugfix: Los last_update op is ongeldig waarschuwingsbericht\nBugfix: Solve kan eigenschap 'Erstimpfung' van ongedefinieerd niet lezen",
"fr": "arrondir Impfquote à 2 chiffres\nAjout des données de vaccination pour AstraZeneca Allemagne\nCorrectif: la résolution de la dernière mise à jour est un message d'avertissement non valide\nCorrectif: la résolution ne peut pas lire la propriété 'Erstimpfung' de undefined",
"it": "virgolette intorno a 2 cifre\nAggiunti i dati sulla vaccinazione per AstraZeneca Germania\nBugfix: Risolvi last_update non è un messaggio di avviso non valido\nBugfix: Solve non può leggere la proprietà 'Erstimpfung' di undefined",
"es": "redondear Impfquote a 2 dígitos\nSe agregaron datos de vacunación para AstraZeneca Alemania\nCorrección de error: Resolver last_update es un mensaje de advertencia no válido\nCorrección de error: Solve no puede leer la propiedad 'Erstimpfung' de undefined",
"pl": "zaokrąglić Impfquote do 2 cyfr\nDodano dane szczepień dla AstraZeneca Germany\nPoprawka: Rozwiązanie last_update jest nieprawidłowym komunikatem ostrzegawczym\nPoprawka: Solve nie może odczytać właściwości „Erstimpfung” o wartości undefined",
"zh-cn": "将Impfquote舍入为2位数\n添加了阿斯利康德国的疫苗接种数据\n错误修正:解决了last_update是无效的警告消息\n错误修正:解决无法读取未定义的属性“ Erstimpfung”"
},
"0.6.9": {
"en": "Adapter issues with vaccination data from Germany solved",
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.7.0-2",
"version": "0.7.0-3",
"description": "Adapter to show Global Corona Virus information and current reports",
"author": {
"name": "DutchmanNL",
Expand Down

0 comments on commit 93bfc9e

Please sign in to comment.