Skip to content

Commit 350a377

Browse files
committed
1.3.0
1 parent 1813274 commit 350a377

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44

55

6+
## [1.3.0] - 2023-02-22
7+
8+
### Features
9+
- Support datatype 'JSON'.
10+
11+
### Improvements
12+
- Editor: CSS
13+
14+
### Fixes
15+
- Support nested message properties for Input/Output, Output Previous Value, Collect Values.
16+
17+
618
## [1.2.0] - 2023-02-11
719

820
### Features

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.2.0",
3+
"version": "1.3.0",
44
"description": "A user-friendly abstraction of the Node-RED context stores.",
55
"author": "waldbaer",
66
"license": "MIT",

0 commit comments

Comments
 (0)