From 4ed6f203d81f4d107f8cb2fc9394ef0c0c04f5ad Mon Sep 17 00:00:00 2001 From: GermanBluefox Date: Sat, 20 Jul 2024 15:26:05 +0900 Subject: [PATCH] chore: release v3.0.5 * (bluefox) Rewritten with typescript --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61bbf11..121877e 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ export default App; --> ## Changelog -### **WORK IN PROGRESS** +### 3.0.5 (2024-07-20) * (bluefox) Rewritten with typescript ### 2.0.2 (2024-07-10) diff --git a/package.json b/package.json index 55947c9..365528c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iobroker/vis-2-widgets-react-dev", - "version": "3.0.4", + "version": "3.0.5", "description": "React classes to develop admin interfaces for ioBroker with react.", "author": { "name": "bluefox",