From f14e884750ef95487d9ec70a4c8c5563fbd0d27e Mon Sep 17 00:00:00 2001 From: "serhiy.krasovskyy" Date: Sat, 17 Feb 2024 21:39:19 +0200 Subject: [PATCH] Switched version => 2.0.0 --- 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 ecfd464..d02299b 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ More useful information about apcupsd config for Ubuntu you can find on https:// **This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers.** For more details and for information how to disable the error reporting see [Sentry-Plugin Documentation](https://github.com/ioBroker/plugin-sentry#plugin-sentry)! Sentry reporting is used starting with js-controller 3.0. ## Changelog -### 1.0.18 (2024-01-29) +### 2.0.0 (2024-02-17) - BREAKING! Changed the minimal version of nodejs to 16 ### 1.0.15 (2023-04-25) - Changed approach how to states are creating diff --git a/io-package.json b/io-package.json index 00651a5..e380476 100644 --- a/io-package.json +++ b/io-package.json @@ -1,7 +1,7 @@ { "common": { "name": "apcups", - "version": "1.0.18", + "version": "2.0.0", "news": { "1.0.7": { "en": "Added validation on config screen", @@ -30,7 +30,7 @@ "ru": "Изменен подход как генерируются состояния", "uk": "Змінений підхід як генеруються стани" }, - "1.0.18": { + "2.0.0": { "en": "BREAKING! Changed the minimal version of nodejs to 16", "ru": "BREAKING! Изменил минимальную версию nodejs на 16", "uk": "BREAKING! Змінив мінімальну версію nodejs на 16" diff --git a/package.json b/package.json index ac94cb9..5ce4848 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.apcups", - "version": "1.0.18", + "version": "2.0.0", "description": "Adapter to communicate with APC UPS via apcupsd", "author": { "name": "Serhiy Krasovskyy",