Skip to content

Commit

Permalink
chore: release v2.0.2
Browse files Browse the repository at this point in the history
* (bluefox) Trying to reconnect after the EHOSTUNREACH error code
  • Loading branch information
GermanBluefox committed Sep 9, 2024
1 parent ccd6363 commit 06756d6
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ For example, `red = 0`, blue and green will stay unchanged.
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 2.0.2 (2024-09-09)
* (bluefox) Trying to reconnect after the EHOSTUNREACH error code

### 2.0.1 (2024-09-06)
Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "wifilight",
"version": "2.0.1",
"version": "2.0.2",
"news": {
"2.0.2": {
"en": "Trying to reconnect after the EHOSTUNREACH error code",
"de": "Versuchen, nach dem EHOSTUNREACH-Fehlercode wiederzuschalten",
"ru": "Попытка повторного подключения после кода ошибки EHOSTUNREACH",
"pt": "Tentando se reconectar após o código de erro EHOSTUNREACH",
"nl": "Proberen opnieuw verbinding na de EHOSTUNREACH foutcode",
"fr": "Essayer de se reconnecter après le code d'erreur EHOSTUNREACH",
"it": "Cerca di riconnettersi dopo il codice di errore EHOSTUNREACH",
"es": "Intenta volver a conectarse después del código de error EHOSTUNREACH",
"pl": "Próba ponownego połączenia po kodzie błędu EHOSTUNREACH",
"uk": "Намагатися від'єднатися після коду помилки EHOSTUNREACH",
"zh-cn": "尝试在 EHOSTUNREACH 错误代码后重新连接"
},
"2.0.1": {
"en": "Corrected error with array comparison\nAdded tests",
"de": "Fehler behoben mit Array-Vergleich\nZusätzliche Tests",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Dodano ignorancję komunikatów o potwierdzeniu dla poleceń on / off\nrefaktoring",
"uk": "Додано ігнорування повідомлень про видачу/вимкнення\nрефакторинг",
"zh-cn": "对打开/关闭命令的识别消息无知\n正在重构"
},
"1.2.2": {
"en": "Fix js-controller dependency",
"de": "Js-controller Abhängigkeit",
"ru": "Фикс js-контроллер зависимость",
"pt": "Fix js-controller dependência",
"nl": "Fix js-controller afhankelijkheid",
"fr": "Correction de la dépendance de js-controller",
"it": "Fissare la dipendenza da js-controller",
"es": "Fijar la dependencia js-controller",
"pl": "Popraw zależność kontrolera js-",
"uk": "Виправлення залежності js-controller",
"zh-cn": "修复js控制器依赖性"
}
},
"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.wifilight",
"version": "2.0.1",
"version": "2.0.2",
"description": "WiFi Light Adapter",
"author": {
"name": "soef",
Expand Down

0 comments on commit 06756d6

Please sign in to comment.