Skip to content

Commit

Permalink
chore: release v1.15.18
Browse files Browse the repository at this point in the history
* (foxriver76) no longer support EOL versions, please upgrade to node 16
  • Loading branch information
foxriver76 committed May 8, 2023
1 parent bca2f7b commit 3e07e51
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 16 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@ To update all available images execute `npm run update-images`
Placeholder for the next version (at the beginning of the line):
### __WORK IN PROGRESS__
-->
### 1.15.18 (2023-05-08)
* (foxriver76) no longer support EOL versions, please upgrade to node 16

### 1.15.17 (2023-05-07)
* (foxriver76) added new images (closes #778, closes #873, closes #882)
* (foxriver76) fix wrong paramsets (closes #617, closes #584, closes #539, closes #764, closes #460, closes #748, closes #756)
Expand Down
27 changes: 14 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,21 @@
"pl": "Łączy procesy HomeMatic-Interface (BidCos-Services, Homegear i CUxD) za pośrednictwem XML-RPC lub BIN-RPC z ioBroker",
"zh-cn": "通过 XML-RPC 或 BIN-RPC 将 HomeMatic 接口进程(BidCos-Services、Homegear 和 CUxD)连接到 ioBroker"
},
"version": "1.15.17",
"version": "1.15.18",
"news": {
"1.15.18": {
"en": "no longer support EOL versions, please upgrade to node 16",
"de": "nicht mehr unterstützen EOL-Versionen, bitte aktualisieren Sie auf Knoten 16",
"ru": "больше не поддерживает версии EOL, пожалуйста, обновите до ноды 16",
"pt": "não suporta mais versões EOL, por favor atualize para o nó 16",
"nl": "vertaling:",
"fr": "ne supportez plus les versions EOL, s'il vous plaît mettre à niveau au n° 16",
"it": "non supporta più le versioni EOL, si prega di aggiornare al nodo 16",
"es": "no soporta versiones de EOL, por favor actualice a nodo 16",
"pl": "nie obsługuje już wersji EOL, ulepszanie węzła 16",
"uk": "не більше підтримки EOL версії, будь ласка, оновлення до вузла 16",
"zh-cn": "不再支持EOL版本,请升级为第16号。"
},
"1.15.17": {
"en": "added new images (closes #778, closes #873, closes #882)\nfix wrong paramsets (closes #617, closes #584, closes #539, closes #764, closes #460, closes #748, closes #756)\nfix wrong events (closes #872)",
"de": "neue bilder hinzugefügt (schließt #778, schließt #873, schließt #882)\nfix falsche paramsets (schließt #617, schließt #584, schließt #539, schließt #764, schließt #460, schließt #748, schließt #756)\nfalsche ereignisse beheben (schließt #872)",
Expand Down Expand Up @@ -89,18 +102,6 @@
"es": "usamos nuestro propio conjunto de caracteres prohibidos nuevamente",
"pl": "ponownie używamy własnego zestawu zabronionych znaków",
"zh-cn": "我们再次使用我们自己的一组禁止字符"
},
"1.15.9": {
"en": "fixed handling of `replaceDevice` event\nwe have fixed some log messages\nadded image of HmIP-SMI55-2",
"de": "Behandlung des `replaceDevice`-Ereignisses korrigiert\nWir haben einige Log-Meldungen behoben\nBild von HmIP-SMI55-2 hinzugefügt",
"ru": "исправлена обработка события replaceDevice\nмы исправили некоторые сообщения журнала\nдобавлено изображение HmIP-SMI55-2",
"pt": "manipulação corrigida do evento `replaceDevice`\ncorrigimos algumas mensagens de log\nimagem adicionada de HmIP-SMI55-2",
"nl": "vaste afhandeling van `replaceDevice`-gebeurtenis\nwe hebben enkele logberichten gerepareerd\ntoegevoegde afbeelding van HmIP-SMI55-2",
"fr": "gestion fixe de l'événement `replaceDevice`\nnous avons corrigé certains messages de journal\nimage ajoutée de HmIP-SMI55-2",
"it": "corretta gestione dell'evento `replaceDevice`\nabbiamo corretto alcuni messaggi di registro\naggiunta immagine di HmIP-SMI55-2",
"es": "manejo fijo del evento `replaceDevice`\nhemos arreglado algunos mensajes de registro\nimagen añadida de HmIP-SMI55-2",
"pl": "poprawiona obsługa zdarzenia `replaceDevice`\nnaprawiliśmy kilka komunikatów dziennika\ndodano obraz HmIP-SMI55-2",
"zh-cn": "修复了“replaceDevice”事件的处理\n我们修复了一些日志消息\n添加了 HmIP-SMI55-2 的图像"
}
},
"authors": [
Expand Down
7 changes: 5 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.hm-rpc",
"version": "1.15.17",
"version": "1.15.18",
"description": "Connects HomeMatic Interface-Processes (BidCos-Services, Homegear and CUxD) via XML-RPC or BIN-RPC to ioBroker",
"author": {
"name": "hobbyquaker",
Expand All @@ -24,6 +24,9 @@
"email": "mail@jens-maus.de"
}
],
"engines": {
"node": ">=16.0.0"
},
"homepage": "https://github.com/ioBroker/ioBroker.hm-rpc",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 3e07e51

Please sign in to comment.