From ef52a0ec85982cd7a67dc456f8f3c4e0c676f3a0 Mon Sep 17 00:00:00 2001 From: GermanBluefox Date: Tue, 24 Oct 2023 03:38:54 +0200 Subject: [PATCH] chore: release v3.0.3 * (bluefox) Implemented `@iobroker/type-detector` as npm module --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 68221c2..c105680 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ if (controls) { --> ## Changelog -### **WORK IN PROGRESS** +### 3.0.3 (2023-10-24) * (bluefox) Implemented `@iobroker/type-detector` as npm module ### 2.0.6 (2023-10-18) diff --git a/package.json b/package.json index 827a2ea..eab77d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.type-detector", - "version": "3.0.2", + "version": "3.0.3", "description": "Detects devices in ioBroker for Material, Google home, Homekit, ...", "author": { "name": "bluefox",