diff --git a/CHANGELOG.md b/CHANGELOG.md index 25de700..2a30687 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [1.3.1] - 2023-04-03 + +### Improvements +- Editor: CSS + +### Fixes +- Write input value to context store even if it is equal to the configured default value. + ## [1.3.0] - 2023-02-22 diff --git a/package.json b/package.json index b38761b..62ef53a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "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",