Skip to content

Commit

Permalink
chore: release v0.6.1
Browse files Browse the repository at this point in the history
Added cases per 100k during the last 7 days for Germany
  • Loading branch information
DutchmanNL committed Sep 25, 2020
1 parent 46c9107 commit 47dd8a1
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 6 deletions.
Binary file modified .DS_Store
Binary file not shown.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ As first value the name from the warning message must be taken from the log. The
* (DutchmanNL) xxxx
-->

### 0.6.1 (2020-09-25)
* (stan23) Added cases per 100k during the last 7 days for Germany

### 0.6.0 (2020-08-28)
* (DutchmanNL) Replaced module request with axios
* (DutchmanNL) Bugfix : Proper error handling of failing API calls (if api not reachable)
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.6.0",
"version": "0.6.1",
"news": {
"0.6.1": {
"en": "Added cases per 100k during the last 7 days for Germany",
"de": "In den letzten 7 Tagen wurden für Deutschland Fälle pro 100.000 hinzugefügt",
"ru": "Добавлены случаи на 100 тысяч за последние 7 дней для Германии",
"pt": "Adicionados casos por 100k durante os últimos 7 dias para a Alemanha",
"nl": "Toegevoegde gevallen per 100.000 gedurende de afgelopen 7 dagen voor Duitsland",
"fr": "Ajout de cas par 100 000 au cours des 7 derniers jours pour l'Allemagne",
"it": "Aggiunti casi per 100.000 negli ultimi 7 giorni per la Germania",
"es": "Casos agregados por cada 100k durante los últimos 7 días para Alemania",
"pl": "Dodano przypadki na 100 000 w ciągu ostatnich 7 dni dla Niemiec",
"zh-cn": "最近7天内德国每10万新增案件"
},
"0.6.0": {
"en": "Replaced module request with axios\nBugfix : Proper error handling of failing API calls (if api not reachable)\nBugfix : API-Abfrage geändert",
"de": "Modulanforderung durch Axios ersetzt\nBugfix: Richtige Fehlerbehandlung bei fehlgeschlagenen API-Aufrufen (wenn die API nicht erreichbar ist)\nBugfix: API-Wahlrecht 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.6.0",
"version": "0.6.1",
"description": "Adapter to show Global Corona Virus information and current reports",
"author": {
"name": "DutchmanNL",
Expand Down
3 changes: 1 addition & 2 deletions test/integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ const { tests } = require('@iobroker/testing');

// Run integration tests - See https://github.com/ioBroker/testing for a detailed explanation and further options
tests.integration(path.join(__dirname, '..'), {

allowedExitCodes: [11],
allowedExitCodes: [11],
});
2 changes: 1 addition & 1 deletion test/unit.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ const { tests } = require('@iobroker/testing');
// Run unit tests - See https://github.com/ioBroker/testing for a detailed explanation and further options
tests.unit(path.join(__dirname, '..'), {

allowedExitCodes: [11],
allowedExitCodes: [11],
});

0 comments on commit 47dd8a1

Please sign in to comment.