Skip to content

Commit

Permalink
chore: release v3.0.0
Browse files Browse the repository at this point in the history
NodeJS >= 18.x and js-controller >= 5 is required
  • Loading branch information
klein0r committed Nov 15, 2024
1 parent 346cc39 commit 4d3b7dd
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Older changes
## 2.1.1 (2022-06-16)
* (klein0r) Fixed usage of default values for groups

## 2.1.0 (2022-06-16)
* (klein0r) Added support for translated object names
* (klein0r) Fixed sum calculation
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ iobroker add statistics
Placeholder for the next version (at the beginning of the line):
### __WORK IN PROGRESS__
-->
### **WORK IN PROGRESS**
### 3.0.0 (2024-11-15)
NodeJS >= 18.x and js-controller >= 5 is required

### 2.4.0 (2023-11-03)
Expand Down Expand Up @@ -78,9 +78,6 @@ NodeJS 14.5.0 is required
### 2.2.0 (2022-07-07)
* (klein0r) Added absolute min and max values

### 2.1.1 (2022-06-16)
* (klein0r) Fixed usage of default values for groups

## License

The MIT License (MIT)
Expand Down
15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "statistics",
"version": "2.4.0",
"version": "3.0.0",
"news": {
"3.0.0": {
"en": "NodeJS >= 18.x and js-controller >= 5 is required",
"de": "NodeJS >= 18.x und js-Controller >= 5 ist erforderlich",
"ru": "NodeJS >= 18.x и js-контроллер >= 5 требуется",
"pt": "NodeJS >= 18.x e js-controller >= 5 é necessário",
"nl": "Voor de toepassing van de onderverdelingen 870190 tot en met 870290 wordt onder post 8702 verstaan: 5 is vereist",
"fr": "NodeJS >= 18.x et js-controller >= 5 est nécessaire",
"it": "NodeJS >= 18.x e js-controller 5 è richiesto",
"es": "NodeJS >= 18.x y js-controller Se requiere 5",
"pl": "NodeJS > = 18.x i kontroler js- > = 5 jest wymagane",
"uk": "NodeJS >= 18.x та js-controller >= 5 обов'язково",
"zh-cn": "节点JS18x和js控制器QQ 需要5个"
},
"2.4.0": {
"en": "NodeJS 16.x is required\n\n* Show error if groups are not configured correctly\n* Fixed cron expressions for quarter and year\n* Added indicators for startup and working",
"de": "NodeJS 16.x ist erforderlich\n\n* Fehler anzeigen, wenn Gruppen nicht korrekt konfiguriert sind\n* Feste Cron-Ausdrücke für Quartal und Jahr\n* Zusätzliche Indikatoren für Start- und Arbeitsansätze",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.statistics",
"version": "2.4.0",
"version": "3.0.0",
"description": "ioBroker statistics Adapter",
"author": {
"name": "foxthefox",
Expand Down

0 comments on commit 4d3b7dd

Please sign in to comment.