Skip to content

Commit

Permalink
Switched version => 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
XHunter74 committed Feb 17, 2024
1 parent b0470ae commit f14e884
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f14e884

Please sign in to comment.