Skip to content

Commit

Permalink
chore: release v1.1.10
Browse files Browse the repository at this point in the history
fix type warnings
updated translations and dependencies
  • Loading branch information
Garfonso committed Jun 30, 2021
1 parent 4d120cb commit 4787151
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ DSP-W115 and other *newer* devices use a completely different protocol and a dif
### **WORK IN PROGRESS**
npm install @alcalzone/release-script
-->
### **WORK IN PROGRESS**
### 1.1.10 (2021-06-30)
* fix type warnings
* updated translations and dependencies

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": "mydlink",
"version": "1.1.9",
"version": "1.1.10",
"news": {
"1.1.10": {
"en": "fix type warnings\nupdated translations and dependencies",
"de": "Typwarnungen beheben\naktualisierte Übersetzungen und Abhängigkeiten",
"ru": "исправить предупреждения типа\nобновленные переводы и зависимости",
"pt": "corrigir avisos de tipo\ntraduções atualizadas e dependências",
"nl": "type waarschuwingen repareren\nbijgewerkte vertalingen en afhankelijkheden",
"fr": "avertissements de type de correction\ntraductions et dépendances mises à jour",
"it": "correggere gli avvisi di tipo\ntraduzioni e dipendenze aggiornate",
"es": "corregir advertencias de tipo\ntraducciones y dependencias actualizadas",
"pl": "Ostrzeżenia o poprawkach\nzaktualizowane tłumaczenia i zależności",
"zh-cn": "修复类型警告\n更新的翻译和依赖项"
},
"1.1.9": {
"en": "updated translations",
"de": "aktualisierte Übersetzungen",
Expand Down Expand Up @@ -230,18 +242,6 @@
"es": "* Se corrigió el bucle de inicio de sesión / identificación en (posiblemente) dispositivos duplicados",
"pl": "* Naprawiono pętlę logowania / identyfikacji na (ewentualnie) zduplikowanych urządzeniach",
"zh-cn": "*修复(可能)重复设备上的登录/标识循环"
},
"1.0.2": {
"en": "* Fixed potential crashes on network errors.",
"de": "* Mögliche Abstürze bei Netzwerkfehlern behoben.",
"ru": "* Исправлены возможные сбои при сетевых ошибках.",
"pt": "* Corrigidas falhas potenciais em erros de rede.",
"nl": "* Mogelijke crashes bij netwerkfouten opgelost.",
"fr": "* Correction de plantages potentiels sur les erreurs de réseau.",
"it": "* Risolti potenziali arresti anomali su errori di rete.",
"es": "* Se corrigieron posibles bloqueos en los errores de red.",
"pl": "* Naprawiono potencjalne awarie błędów sieci.",
"zh-cn": "*修复了因网络错误而导致的潜在崩溃。"
}
},
"title": "mydlink",
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.mydlink",
"version": "1.1.9",
"version": "1.1.10",
"description": "support mydlink plugs and sensort like dsp-w215 using HNAP protocol.",
"author": {
"name": "Garfonso",
Expand Down

0 comments on commit 4787151

Please sign in to comment.