Skip to content

Commit

Permalink
chore: release v2.2.2
Browse files Browse the repository at this point in the history
* (klein0r) Bugfix: Requested local sensors with https instead of http
  • Loading branch information
klein0r committed Mar 14, 2022
1 parent f175bfa commit cfa5a0a
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.1 (2021-11-06)

* (klein0r) Fixed missing translations

## 2.1.0 (2021-11-04)

* (klein0r) Admin 5 Support
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.2 (2022-03-14)

* (klein0r) Bugfix: Requested local sensors with https instead of http

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

* (klein0r) Translated admin tab table headers

### 2.1.1 (2021-11-06)

* (klein0r) Fixed missing translations

## 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.1",
"version": "2.2.2",
"news": {
"2.2.2": {
"en": "Bugfix: Requested local sensors with https instead of http",
"de": "Bugfix: Angeforderte lokale Sensoren mit https statt http",
"ru": "Исправление: запрашивались локальные датчики с https вместо http",
"pt": "Bugfix: Sensores locais solicitados com https em vez de http",
"nl": "Bugfix: gevraagde lokale sensoren met https in plaats van http",
"fr": "Correction de bug : Capteurs locaux demandés avec https au lieu de http",
"it": "Bugfix: sensori locali richiesti con https invece di http",
"es": "Corrección de errores: sensores locales solicitados con https en lugar de http",
"pl": "Bugfix: Żądane lokalne czujniki z https zamiast http",
"zh-cn": "错误修正:使用 https 而不是 http 请求本地传感器"
},
"2.2.1": {
"en": "Do not delete sensors on http problems",
"de": "Löschen Sie keine Sensoren bei HTTP-Problemen",
Expand Down Expand Up @@ -74,18 +86,6 @@
"es": "Soporte Admin 5",
"pl": "Wsparcie administratora 5",
"zh-cn": "管理员 5 支持"
},
"2.0.3": {
"en": "Fixed error logging",
"de": "Fehler-Logging behoben",
"ru": "Исправлено ведение журнала ошибок",
"pt": "Registro de erro corrigido",
"nl": "Vaste foutregistratie",
"fr": "Correction de la journalisation des erreurs",
"it": "Risolto errore di registrazione",
"es": "Registro de errores fijos",
"pl": "Naprawiono rejestrowanie błędów",
"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.1",
"version": "2.2.2",
"description": "ioBroker Luftdaten Adapter",
"author": {
"name": "Matthias Kleine",
Expand Down

0 comments on commit cfa5a0a

Please sign in to comment.