From 1e591b99c25ddd66366b8bcc8d74f5f09b754c86 Mon Sep 17 00:00:00 2001 From: mrbungle64 Date: Fri, 16 Feb 2024 20:46:13 +0100 Subject: [PATCH] Release 1.4.15-alpha.1 --- README.md | 3 +++ io-package.json | 6 +++++- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b5acfda..5a8d67f 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,9 @@ and [here](https://github.com/mrbungle64/ioBroker.ecovacs-deebot/wiki/Datenpunkt ## Changelog +### 1.4.15 (alpha) +* Improvements and optimizations + ### 1.4.14 * Breaking change: Bump minimum required version of Node.js to 16.x * Bumped ecovacs-deebot.js to 0.9.6 (alpha) diff --git a/io-package.json b/io-package.json index 4d6695a..31a062e 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,12 @@ { "common": { "name": "ecovacs-deebot", - "version": "1.4.14", + "version": "1.4.15-alpha.1", "news": { + "1.4.15": { + "en": "Improvements and optimizations", + "de": "Verbesserungen und Optimierungen" + }, "1.4.14": { "en": "Breaking change: Bump minimum required version of Node.js to 16.x\nMany improvements for AIRBOT Z1 (and Z1 Air Quality Monitor)\nand also several improvements for the T20 and X2 series", "de": "Breaking change: Minimalanforderung für Node.js auf 16.x angehoben\nViele Verbesserungen für den AIRBOT Z1 (und Z1 Air Quality Monitor)\nsowie auch einige Verbesserungen für Serien T20 and X2" diff --git a/package-lock.json b/package-lock.json index 81abc28..a5a80e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "iobroker.ecovacs-deebot", - "version": "1.4.14", + "version": "1.4.15-alpha.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 57ce7af..aaf2dbd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.ecovacs-deebot", - "version": "1.4.14", + "version": "1.4.15-alpha.1", "description": "Ecovacs Deebot adapter for ioBroker", "author": { "name": "Sascha Hölzel",