From 5349f063d33e8341036ec391a528abd49aa851ac Mon Sep 17 00:00:00 2001 From: Sebastian Waldvogel Date: Mon, 3 Apr 2023 22:32:01 +0200 Subject: [PATCH] 1.3.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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",