Skip to content

Commit

Permalink
chore: release v1.3.2
Browse files Browse the repository at this point in the history
* better handle possible exception on unload.
  • Loading branch information
Garfonso committed Jun 23, 2023
1 parent 0a3acbe commit 7d38b15
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ DSP-W115 and other *newer* devices use a completely different protocol and a dif
Placeholder for next versions (this needs to be indented):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 1.3.2 (2023-06-23)
* better handle possible exception on unload.

### 1.3.1 (2023-06-12)
Expand Down
27 changes: 14 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "mydlink",
"version": "1.3.1",
"version": "1.3.2",
"news": {
"1.3.2": {
"en": "better handle possible exception on unload.",
"de": "bessere handhabung möglicher ausnahme beim entladen.",
"ru": "лучше обрабатывать возможное исключение на разгрузке.",
"pt": "melhor lidar com possível exceção na descarga.",
"nl": "ik kan beter de mogelijke uitzondering afhandelen.",
"fr": "mieux gérer l'exception possible sur le déchargement.",
"it": "migliore gestire possibile eccezione su scarico.",
"es": "mejor manejar la posible excepción en la descarga.",
"pl": "lepszy wyjątek od wyładowania.",
"uk": "краща ручка можливого винятку на розвантаження.",
"zh-cn": "更好地处理可能存在的例外。."
},
"1.3.1": {
"en": "fix minor errors\nimproved siren supprt.",
"de": "kleinere fehler beheben\nverbesserte sirene.",
Expand Down Expand Up @@ -76,18 +89,6 @@
"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",
"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更新的翻译和依赖项"
}
},
"title": "mydlink",
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.mydlink",
"version": "1.3.1",
"version": "1.3.2",
"description": "connects mydlink plugs and sensors to ioBroker",
"author": {
"name": "Garfonso",
Expand Down

0 comments on commit 7d38b15

Please sign in to comment.