From 15c50d76519f99644d2345f52d0997d7657c4ef1 Mon Sep 17 00:00:00 2001 From: GermanBluefox Date: Mon, 15 Aug 2022 14:32:43 +0200 Subject: [PATCH] chore: release v0.3.2 * (bluefox) Added method onStateUpdated --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 84cb0cd..c24adec 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ See here: https://github.com/ioBroker/ioBroker.vis-2-widgets-react-template --> ## Changelog -### **WORK IN PROGRESS** +### 0.3.2 (2022-08-15) * (bluefox) Added method onStateUpdated ### 0.3.1 (2022-08-04) diff --git a/package.json b/package.json index 381e438..b422d05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iobroker/vis-2-widgets-react-dev", - "version": "0.3.1", + "version": "0.3.2", "description": "React classes to develop admin interfaces for ioBroker with react.", "author": { "name": "bluefox",