From 184bd0eb5c430a2a4eeab5853b8026b7ddd94ac3 Mon Sep 17 00:00:00 2001 From: GermanBluefox Date: Thu, 30 May 2024 16:48:12 +0700 Subject: [PATCH] chore: release v5.0.2 * (bluefox) Added better typing * (bluefox) Json-Config is now a separate package and must be installed additionally --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 177e9c2c..58efa3ef 100644 --- a/README.md +++ b/README.md @@ -676,9 +676,9 @@ socket.getObjectViewCustom('custom', 'state', 'startKey', 'endKey') --> ## Changelog -### **WORK IN PROGRESS** +### 5.0.2 (2024-05-30) * (bluefox) Added better typing -* (bluefox) Json-Config is now a separate package and must be installed additionally +* (bluefox) Json-Config is now a separate package and must be installed additionally ### 5.0.0 (2024-05-29) * (bluefox) Types are now exported diff --git a/package.json b/package.json index b5cbf649..f7b399a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iobroker/adapter-react-v5", - "version": "5.0.1", + "version": "5.0.2", "description": "React classes to develop admin interfaces for ioBroker with react.", "author": { "name": "bluefox",