Skip to content

Commit 1684daf

Browse files
committed
Release 1.1.0
1 parent b932499 commit 1684daf

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.1.0] - 2023-02-02
6+
7+
### Features
8+
- Support override of the configured command (read or write) by `msg.command` property.
9+
10+
### Improvements
11+
- Add configuration name to default node name.
12+
- Node status color indicates 'Block further flow processing' state.
13+
- New example flows for 'Collect Multiple Values' and 'Dynamic Command Override'
14+
15+
### Fixes
16+
- Selected Value Drop-Down menu in the editor sporadically empty.
17+
518

619
## [1.0.0] - 2023-01-25
720

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ Changes can be followed [here](/CHANGELOG.md).
6363

6464

6565
## Examples
66-
See folder [/examples](/examples) or via NodeRED 🠖 Import 🠖 Examples.
66+
See folder [/examples](/examples) or via NodeRED -> Import -> Examples.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@waldbaer/node-red-persistent-values",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Persistent values for Node-RED",
55
"author": "waldbaer",
66
"license": "MIT",

0 commit comments

Comments
 (0)