Skip to content

Commit

Permalink
chore: release v2.0.1
Browse files Browse the repository at this point in the history
* (bluefox) Corrected error with `members`
  • Loading branch information
GermanBluefox committed Dec 23, 2022
1 parent 3dfd008 commit 371f388
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Actually only following attributes are supported:
### **WORK IN PROGRESS**
-->
## Changelog
### **WORK IN PROGRESS**
### 2.0.1 (2022-12-23)
* (bluefox) Corrected error with `members`

### 2.0.0 (2022-12-22)
Expand Down
27 changes: 14 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "fhem",
"version": "2.0.0",
"version": "2.0.1",
"title": "FHEM connection",
"titleLang": {
"en": "FHEM connection",
Expand All @@ -28,6 +28,19 @@
"zh-cn": "FHEM"
},
"news": {
"2.0.1": {
"en": "Corrected error with `members`",
"de": "Fehler behoben mit Mitgliedern",
"ru": "Исправлена ошибка с членами",
"pt": "Erro corrigido com membros",
"nl": "Verkeerd fout met leden",
"fr": "Erreur corrigée avec les membres",
"it": "Errore corretto con i membri",
"es": "Error corregido con miembros",
"pl": "Nieprawdopodobny błąd z członkami",
"uk": "Виправлена помилка з членами",
"zh-cn": "与成员更正的错误"
},
"2.0.0": {
"en": "Refactoring\nCorrected some GitHub issues\nAdded JSON config",
"de": "Herstellung\nEinige Probleme mit GitHub behoben\nJSON config",
Expand Down Expand Up @@ -100,18 +113,6 @@
"es": "Varias correcciones y cambios.",
"pl": "Kilka poprawek i zmian",
"zh-cn": "几个修复和更改"
},
"1.5.2": {
"en": "Several fixes and changes",
"de": "Mehrere Korrekturen und Änderungen",
"ru": "Несколько исправлений и изменений",
"pt": "Várias correções e mudanças",
"nl": "Verschillende oplossingen en wijzigingen",
"fr": "Plusieurs corrections et changements",
"it": "Diverse correzioni e modifiche",
"es": "Varias correcciones y cambios.",
"pl": "Kilka poprawek i zmian",
"zh-cn": "几个修复和更改"
}
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.fhem",
"version": "2.0.0",
"version": "2.0.1",
"description": "ioBroker FHEM Adapter",
"author": {
"name": "bluefox",
Expand Down

0 comments on commit 371f388

Please sign in to comment.