From 82bcbd067e6925cf1435e1a690c7fde6a43a3234 Mon Sep 17 00:00:00 2001 From: foxriver76 Date: Sun, 30 Jul 2023 19:36:25 +0200 Subject: [PATCH] chore: release v3.0.3 - (foxriver76) upgrade to new version of types package --- README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a22c0bb..05ccfc0 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ If you find errors in the definitions, e.g. function calls that should be allowe Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> -### **WORK IN PROGRESS** +### 3.0.3 (2023-07-30) - (foxriver76) upgrade to new version of types package ### 3.0.2 (2023-07-30) diff --git a/package-lock.json b/package-lock.json index f6bbe92..5dd954a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iobroker/adapter-core", - "version": "3.0.2", + "version": "3.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@iobroker/adapter-core", - "version": "3.0.2", + "version": "3.0.3", "license": "MIT", "devDependencies": { "@alcalzone/release-script": "~3.5.9", diff --git a/package.json b/package.json index 59310f0..a6af3a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iobroker/adapter-core", - "version": "3.0.2", + "version": "3.0.3", "description": "Core module to be used in ioBroker adapters. Acts as the bridge to js-controller.", "author": { "name": "AlCalzone",