From 8a5a770b2161122265de5598352007e70a1691ef Mon Sep 17 00:00:00 2001 From: Sebastian Haesselbarth Date: Thu, 13 May 2021 15:54:23 +0200 Subject: [PATCH] Set version to 0.5.0 because node.js 10 is no longer supported --- README.md | 2 +- io-package.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 822116e..74566c0 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ If you (later) get a "400 bad request" error in the log, you must get a new Auth ## Changelog -### 0.4.1 - BETA +### 0.5.0 - 2021-05-13 * Add new connection types (cloud, poll) * Set supported node.js versions to >=12.0.0 <17 * Do not log errors immediately after installation diff --git a/io-package.json b/io-package.json index 563f1b5..8fe5e41 100644 --- a/io-package.json +++ b/io-package.json @@ -1,9 +1,9 @@ { "common": { "name": "nibeuplink", - "version": "0.4.1", + "version": "0.5.0", "news": { - "0.4.1": { + "0.5.0": { "en": "Add new connection types; Supported node.js versions >=12.0.0 <17; Bugfixes" }, "0.4.0": { diff --git a/package.json b/package.json index 9342df0..a7f4d56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.nibeuplink", - "version": "0.4.1", + "version": "0.5.0", "description": "nibeuplink", "author": { "name": "Sebastian Haesselbarth",