From 89f0bf77c992e740248f9b27b65b0dff3b2d9dc9 Mon Sep 17 00:00:00 2001 From: GermanBluefox Date: Fri, 11 Oct 2024 14:08:05 +0300 Subject: [PATCH] chore: release v1.0.8 * (bluefox) Updated `@iobroker/adapter-react-v5` --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae1c730..efa4a13 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Explanation: ### **WORK IN PROGRESS** --> ## Changelog -### **WORK IN PROGRESS** +### 1.0.8 (2024-10-11) * (bluefox) Updated `@iobroker/adapter-react-v5` ### 1.0.1 (2024-07-14) diff --git a/package.json b/package.json index 7b572db..f469a08 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "1.0.7", + "version": "1.0.8", "scripts": { "start": "set PORT=4173 && craco start", "lint": "eslint --fix --ext .js,.jsx src",