Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waldbaer committed Jun 7, 2023
1 parent 6be08c8 commit a3ef94f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Persistent values are typically states, configuration options etc. which shall s
- Configurable `msg` property for output of previous persisted value.
- Append the current persistent value as object attribute to an configurable `msg` property.
- Block further flow processing (no output) if the current value matches with a configured rule.
- Dynamic override of configured command and value with `msg` properties.

# Installation
You can install the nodes using the Node-RED 'Manage palette' in the side bar.
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@waldbaer/node-red-persistent-values",
"version": "1.3.1",
"version": "1.4.0",
"description": "A user-friendly abstraction of the Node-RED context stores.",
"author": "waldbaer",
"license": "MIT",
Expand All @@ -14,7 +14,8 @@
"persistence",
"persistency",
"state",
"config"
"config",
"storage"
],
"node-red": {
"version": ">=1.3.0",
Expand Down

0 comments on commit a3ef94f

Please # to comment.