Skip to content

Commit

Permalink
chore: release v2.0.3
Browse files Browse the repository at this point in the history
* (bluefox) Trying to reconnect after the EHOSTUNREACH error code
* (mcm1957) Dependencies have been updated
  • Loading branch information
mcm1957 committed Jan 29, 2025
1 parent d296359 commit 741c61c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 32 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.3 (2025-01-29)
* (bluefox) Trying to reconnect after the EHOSTUNREACH error code
* (mcm1957) Dependencies have been updated

Expand Down
30 changes: 2 additions & 28 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"common": {
"name": "wifilight",
"version": "2.0.3-alpha.0",
"version": "2.0.3",
"news": {
"2.0.3-alpha.0": {
"2.0.3": {
"en": "Trying to reconnect after the EHOSTUNREACH error code\nDependencies have been updated",
"de": "Versuchen, nach dem EHOSTUNREACH-Fehlercode wiederzuschalten\nAbhängigkeiten wurden aktualisiert",
"ru": "Попытка повторного подключения после кода ошибки EHOSTUNREACH\nЗависимость обновлена",
Expand All @@ -16,19 +16,6 @@
"uk": "Намагатися від'єднатися після коду помилки EHOSTUNREACH\nЗалежність було оновлено",
"zh-cn": "尝试在 EHOSTUNREACH 错误代码后重新连接\n依赖关系已更新"
},
"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 +67,6 @@
"pl": "Po prostu zmieniłem nazwę kilku funkcji",
"uk": "Просто перейменуйте деякі функції",
"zh-cn": "刚刚重新命名了一些功能"
},
"1.3.2": {
"en": "files section has been fixed",
"de": "dateien abschnitt wurde behoben",
"ru": "раздел файлов был исправлен",
"pt": "seção de arquivos foi corrigido",
"nl": "bestandssectie is hersteld",
"fr": "la section fichiers a été corrigée",
"it": "la sezione file è stata fissata",
"es": "sección de archivos ha sido fijo",
"pl": "sekcja plików została naprawiona",
"uk": "розділ файлів було виправлено",
"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.wifilight",
"version": "2.0.3-alpha.0",
"version": "2.0.3",
"description": "WiFi Light Adapter",
"author": {
"name": "soef",
Expand Down

0 comments on commit 741c61c

Please sign in to comment.