Skip to content

Commit

Permalink
1.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 committed Mar 16, 2020
1 parent 885481f commit fb6b32e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 15 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ This adapter uses the node-red server from https://github.com/node-red/node-red

## Changelog

### 1.16.4 (2020-03-16)
* (Apollon77) fix State ID verification regex to allow all characters


### 1.16.3 (2020-03-14)
* (Apollon77) fix potential crash case in inout node

Expand Down
16 changes: 2 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,10 @@
{
"common": {
"name": "node-red",
"version": "1.16.3",
"version": "1.16.4",
"title": "node-red",
"news": {
"1.16.3": {
"en": "fix potential crash case of input node",
"de": "Behebung eines möglichen Absturzfalls des Eingabeknotens",
"ru": "исправить возможный сбой входного узла",
"pt": "corrigir caso de falha potencial do nó de entrada",
"nl": "potentiële crashgeval van invoerknooppunt repareren",
"fr": "correction d'un éventuel crash du nœud d'entrée",
"it": "risolve il potenziale caso di crash del nodo di input",
"es": "Arreglar caso de bloqueo potencial del nodo de entrada",
"pl": "naprawiono potencjalną awarię węzła wejściowego",
"zh-cn": "修复输入节点可能崩溃的情况"
},
"1.16.2": {
"1.16.4": {
"en": "update dependencies, updated Node-Red to 1.0.4",
"de": "Abhängigkeiten aktualisieren, Node-Red auf 1.0.4 aktualisiert",
"ru": "обновить зависимости, обновлен Node-Red до 1.0.4",
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": "1.16.3",
"version": "1.16.4",
"author": {
"name": "bluefox",
"email": "[email protected]"
Expand Down

0 comments on commit fb6b32e

Please sign in to comment.