Skip to content

Commit

Permalink
chore: release v2.4.1
Browse files Browse the repository at this point in the history
Correct min7max for the object creation
Node-red updated to 1.3.6
  • Loading branch information
GermanBluefox committed Aug 31, 2021
1 parent a1cac9e commit 58a09c4
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 @@ -27,7 +27,7 @@ This adapter uses the node-red server from https://github.com/node-red/node-red
-->

## Changelog
### __WORK IN PROGRESS__
### 2.4.1 (2021-08-31)
* (mickym2) Correct min7max for the object creation
* (bluefox) Node-red updated to 1.3.6

Expand Down
14 changes: 13 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "node-red",
"version": "2.4.0",
"version": "2.4.1",
"title": "node-red",
"titleLang": {
"en": "node-red",
Expand All @@ -16,6 +16,18 @@
"zh-cn": "node-red"
},
"news": {
"2.4.1": {
"en": "Correct min7max for the object creation \nNode-red updated to 1.3.6",
"de": "Korrektes min7max für die Objekterstellung\nKnotenrot aktualisiert auf 1.3.6",
"ru": "Правильный min7max для создания объекта\nNode-red обновлен до 1.3.6",
"pt": "Corrigir min7max para a criação do objeto\nNode-red atualizado para 1.3.6",
"nl": "Corrigeer min7max voor het maken van objecten\nNode-red bijgewerkt naar 1.3.6",
"fr": "Corriger min7max pour la création de l'objet\nNode-red mis à jour vers la 1.3.6",
"it": "Correggere min7max per la creazione dell'oggetto\nNodo rosso aggiornato a 1.3.6",
"es": "Corregir min7max para la creación del objeto\nNode-red actualizado a 1.3.6",
"pl": "Popraw min7max dla tworzenia obiektu\nWęzeł czerwony zaktualizowany do 1.3.6",
"zh-cn": "为对象创建更正 min7max\nNode-red 更新至 1.3.6"
},
"2.4.0": {
"en": "update to node-red 1.3.5\nOptimize for js-controller 3.3\nAdd option to override the default ack flag in the message for OutNode",
"de": "Update auf Knotenrot 1.3.5\nOptimieren Sie für js-Controller 3.3\nOption zum Überschreiben des Standard-Ack-Flags in der Nachricht für OutNode hinzufügen",
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.4.0",
"version": "2.4.1",
"author": {
"name": "bluefox",
"email": "[email protected]"
Expand Down

0 comments on commit 58a09c4

Please sign in to comment.