From 19314cdfd0c309dc3e6feb463cb5c687ee8e164f Mon Sep 17 00:00:00 2001 From: TA2k Date: Tue, 7 Nov 2023 13:00:49 +0100 Subject: [PATCH] 0.2.2 --- io-package.json | 6 +++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/io-package.json b/io-package.json index 6a38dc9..210bd62 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,12 @@ { "common": { "name": "vw-connect", - "version": "0.2.1", + "version": "0.2.2", "news": { + "0.2.2": { + "en": "hide error when no trip information are available", + "de": "Fehlermeldung abgefangen wenn keine Trips Information für ID Fahrzeug verfügbar sind" + }, "0.2.1": { "en": "fix skoda parking position", "de": "Fix für skoda parking position" diff --git a/package-lock.json b/package-lock.json index f9573e0..8c48576 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.vw-connect", - "version": "0.2.1", + "version": "0.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.vw-connect", - "version": "0.2.1", + "version": "0.2.2", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.0.4", diff --git a/package.json b/package.json index 5db718e..4926898 100644 --- a/package.json +++ b/package.json @@ -79,5 +79,5 @@ "test:package": "mocha test/package --exit", "test:unit": "mocha test/unit --exit" }, - "version": "0.2.1" + "version": "0.2.2" }