Skip to content

Commit

Permalink
chore: release v2.1.0
Browse files Browse the repository at this point in the history
Try to fix the MaxSubscribes error when having many nodes
Update to node-red 1.2.8
  • Loading branch information
Apollon77 committed Feb 4, 2021
1 parent 156fc63 commit 954e4ea
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This adapter uses the node-red server from https://github.com/node-red/node-red

## Changelog

### __WORK IN PROGRESS__
### 2.1.0 (2021-02-04)
* (Apollon77) Try to fix the MaxSubscribes error when having many nodes
* (Apollon77) Update to node-red 1.2.8

Expand Down
14 changes: 13 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
{
"common": {
"name": "node-red",
"version": "2.0.4",
"version": "2.1.0",
"title": "node-red",
"news": {
"2.1.0": {
"en": "Try to fix the MaxSubscribes error when having many nodes\nUpdate to node-red 1.2.8",
"de": "Versuchen Sie, den MaxSubscribes-Fehler zu beheben, wenn Sie viele Knoten haben\nUpdate auf Node-Red 1.2.8",
"ru": "Попытайтесь исправить ошибку MaxSubscribes при большом количестве узлов\nОбновление до node-red 1.2.8",
"pt": "Tente corrigir o erro MaxSubscribes quando tiver muitos nós\nAtualização para node-red 1.2.8",
"nl": "Probeer de MaxSubscribes-fout op te lossen als u veel knooppunten heeft\nUpdate naar node-red 1.2.8",
"fr": "Essayez de corriger l'erreur MaxSubscribes lorsque vous avez plusieurs nœuds\nMise à jour vers node-red 1.2.8",
"it": "Prova a correggere l'errore MaxSubscribes quando hai molti nodi\nAggiornamento a node-red 1.2.8",
"es": "Intente corregir el error de MaxSubscribes cuando tenga muchos nodos\nActualización a node-red 1.2.8",
"pl": "Spróbuj naprawić błąd MaxSubscribes, gdy masz wiele węzłów\nAktualizacja do wersji node-red 1.2.8",
"zh-cn": "有多个节点时尝试修复MaxSubscribes错误\n更新到节点红色1.2.8"
},
"2.0.4": {
"en": "Fixed node-red modules installation",
"de": "Installation der knotenroten Module behoben",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iobroker.node-red",
"description": "This adapter uses node-red as a service of ioBroker. No additional node-red instance required.",
"version": "2.0.4",
"version": "2.1.0",
"author": {
"name": "bluefox",
"email": "[email protected]"
Expand Down

0 comments on commit 954e4ea

Please sign in to comment.