Skip to content

Commit

Permalink
chore: release v1.1.11
Browse files Browse the repository at this point in the history
adjusted types & roles to type-detector.
  • Loading branch information
Garfonso committed Jun 30, 2021
1 parent 5d6b489 commit f2c07e9
Show file tree
Hide file tree
Showing 3 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.11 (2021-06-30)
* adjusted types & roles to type-detector.

### 1.1.10 (2021-06-30)
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.10",
"version": "1.1.11",
"news": {
"1.1.11": {
"en": "adjusted types & roles to type-detector.",
"de": "Angepasste Typen & Rollen an Typ-Detektor.",
"ru": "скорректированные типы и роли для детектора типа.",
"pt": "tipos e funções ajustados para detector de tipo.",
"nl": "aangepaste typen & rollen naar type-detector.",
"fr": "types et rôles ajustés au détecteur de type.",
"it": "tipi e ruoli adattati al tipo-rilevatore.",
"es": "tipos y roles ajustados al detector de tipos.",
"pl": "dostosowane typy i role do detektora typów.",
"zh-cn": "将类型和角色调整为类型检测器。"
},
"1.1.10": {
"en": "fix type warnings\nupdated translations and dependencies",
"de": "Typwarnungen beheben\naktualisierte Übersetzungen und Abhängigkeiten",
Expand Down Expand Up @@ -230,18 +242,6 @@
"es": "* Conexión mejorada keepAlive\r\n* Registro mejorado de errores de red",
"pl": "* Ulepszone połączenie keepAlive\r\n* Ulepszone rejestrowanie błędów sieciowych",
"zh-cn": "*改进的连接keepAlive\r\n*改进的网络错误记录"
},
"1.0.3": {
"en": "* Fixed login/identification loop on (possibly) duplicate devices",
"de": "* Anmelde- / Identifikationsschleife bei (möglicherweise) doppelten Geräten behoben",
"ru": "* Исправлена ошибка входа / идентификации на (возможно) дублирующих устройствах",
"pt": "* Corrigido loop de login / identificação em (possivelmente) dispositivos duplicados",
"nl": "* Vaste login / identificatielus op (mogelijk) dubbele apparaten",
"fr": "* Boucle de connexion / identification fixe sur (éventuellement) les appareils en double",
"it": "* Corretto il loop di login / identificazione su dispositivi (possibilmente) duplicati",
"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": "*修复(可能)重复设备上的登录/标识循环"
}
},
"title": "mydlink",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.mydlink",
"version": "1.1.10",
"version": "1.1.11",
"description": "support mydlink plugs and sensort like dsp-w215 using HNAP protocol.",
"author": {
"name": "Garfonso",
Expand Down Expand Up @@ -60,4 +60,4 @@
"url": "https://github.com/iobroker-community-adapters/ioBroker.mydlink/issues"
},
"readmeFilename": "README.md"
}
}

0 comments on commit f2c07e9

Please sign in to comment.