We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 744a8af commit 5349f06Copy full SHA for 5349f06
2 files changed
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [1.3.1] - 2023-04-03
6
+
7
+### Improvements
8
+- Editor: CSS
9
10
+### Fixes
11
+- Write input value to context store even if it is equal to the configured default value.
12
13
14
## [1.3.0] - 2023-02-22
15
package.json
@@ -1,6 +1,6 @@
1
{
"name": "@waldbaer/node-red-persistent-values",
- "version": "1.3.0",
+ "version": "1.3.1",
"description": "A user-friendly abstraction of the Node-RED context stores.",
"author": "waldbaer",
"license": "MIT",
0 commit comments