Skip to content

Commit

Permalink
chore: release v2.2.1
Browse files Browse the repository at this point in the history
* (klein0r) Do not delete sensors on http problems
  • Loading branch information
klein0r committed Mar 14, 2022
1 parent dfa4b4d commit d58afd2
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 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.0 (2021-11-04)

* (klein0r) Admin 5 Support

## 2.0.3 (2021-10-04)

* (klein0r) Fixed error logging
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.1 (2022-03-14)

* (klein0r) Do not delete sensors on http problems

Expand All @@ -67,10 +67,6 @@ iobroker add luftdaten

* (klein0r) Fixed missing translations

### 2.1.0 (2021-11-04)

* (klein0r) Admin 5 Support

## 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.0",
"version": "2.2.1",
"news": {
"2.2.1": {
"en": "Do not delete sensors on http problems",
"de": "Löschen Sie keine Sensoren bei HTTP-Problemen",
"ru": "Не удалять датчики при проблемах с http",
"pt": "Não exclua sensores em problemas de http",
"nl": "Verwijder geen sensoren bij http-problemen",
"fr": "Ne supprimez pas les capteurs sur les problèmes http",
"it": "Non eliminare i sensori sui problemi http",
"es": "No elimine sensores en problemas de http",
"pl": "Nie usuwaj czujników w przypadku problemów z http",
"zh-cn": "不要删除关于 http 问题的传感器"
},
"2.2.0": {
"en": "Added documentation\nAdded hint for Admin 4 configuration\nUpdated state roles\nUpdated debug messages to provide more information\nUpdated dependencies",
"de": "Dokumentation hinzugefügt\nHinweis für die Konfiguration von Admin 4 hinzugefügt\nStatusrollen aktualisiert\nAktualisierte Debug-Meldungen, um weitere Informationen bereitzustellen\nAktualisierte Abhängigkeiten",
Expand Down Expand Up @@ -74,18 +86,6 @@
"es": "Registro de errores fijos",
"pl": "Naprawiono rejestrowanie błędów",
"zh-cn": "修复错误记录"
},
"2.0.2": {
"en": "Added timeout option",
"de": "Option für Timeout-Limit hinzugefügt",
"ru": "Добавлена ​​опция тайм-аута",
"pt": "Adicionada opção de tempo limite",
"nl": "Time-outoptie toegevoegd",
"fr": "Ajout d'une option de délai d'attente",
"it": "Aggiunta opzione di timeout",
"es": "Opción de tiempo de espera agregada",
"pl": "Dodano opcję limitu czasu",
"zh-cn": "添加超时选项"
}
},
"titleLang": {
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.luftdaten",
"version": "2.2.0",
"version": "2.2.1",
"description": "ioBroker Luftdaten Adapter",
"author": {
"name": "Matthias Kleine",
Expand Down

0 comments on commit d58afd2

Please sign in to comment.