Skip to content

Commit

Permalink
chore: release v2.2.4
Browse files Browse the repository at this point in the history
* (klein0r) Abort HTTP requests if running too long
  • Loading branch information
klein0r committed Apr 14, 2022
1 parent 550ed9d commit fb1872f
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Older changes
## 2.1.3 (2021-12-23)

* (klein0r) Updated dependencies

## 2.1.2 (2021-11-14)

* (klein0r) Translated admin tab table headers
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ iobroker add luftdaten
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 2.2.4 (2022-04-14)

* (klein0r) Abort HTTP requests if running too long

Expand All @@ -68,10 +68,6 @@ iobroker add luftdaten
* (klein0r) Updated debug messages to provide more information
* (klein0r) Updated dependencies

### 2.1.3 (2021-12-23)

* (klein0r) Updated dependencies

## License

The MIT License (MIT)
Expand Down
26 changes: 13 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "luftdaten",
"version": "2.2.3",
"version": "2.2.4",
"news": {
"2.2.4": {
"en": "Abort HTTP requests if running too long",
"de": "HTTP-Anforderungen abbrechen, wenn sie zu lange laufen",
"ru": "Прервать HTTP-запросы, если они выполняются слишком долго",
"pt": "Abortar solicitações HTTP se a execução for muito longa",
"nl": "HTTP-verzoeken afbreken als deze te lang duren",
"fr": "Abandonner les requêtes HTTP si elles s'exécutent trop longtemps",
"it": "Annulla le richieste HTTP se l'esecuzione è troppo lunga",
"es": "Abortar las solicitudes HTTP si se ejecutan demasiado tiempo",
"pl": "Przerwij żądania HTTP, jeśli działają zbyt długo",
"zh-cn": "如果运行时间过长,中止 HTTP 请求"
},
"2.2.3": {
"en": "Always stop instance when tasks are completed\nUpdated log messages",
"de": "Beenden Sie die Instanz immer, wenn Aufgaben abgeschlossen sind\nProtokollmeldungen aktualisiert",
Expand Down Expand Up @@ -74,18 +86,6 @@
"es": "Encabezados de tabla de pestañas de administración traducidos",
"pl": "Przetłumaczone nagłówki tabeli karty administratora",
"zh-cn": "翻译的管理标签表标题"
},
"2.1.1": {
"en": "Fixed missing translations",
"de": "Fehlende Übersetzungen hinzugefügt",
"ru": "Исправлены отсутствующие переводы",
"pt": "Traduções em falta corrigidas",
"nl": "Ontbrekende vertalingen verholpen",
"fr": "Correction des traductions manquantes",
"it": "Risolte le traduzioni mancanti",
"es": "Se corrigieron las traducciones faltantes",
"pl": "Naprawiono brakujące tłumaczenia",
"zh-cn": "修复了丢失的翻译"
}
},
"titleLang": {
Expand Down
4 changes: 2 additions & 2 deletions 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.luftdaten",
"version": "2.2.3",
"version": "2.2.4",
"description": "ioBroker Luftdaten Adapter",
"author": {
"name": "Matthias Kleine",
Expand Down

0 comments on commit fb1872f

Please sign in to comment.