Skip to content

Commit 01a349a

Browse files
authored
v5.0.12 (#2407)
1 parent edb1408 commit 01a349a

File tree

162 files changed

+1494
-1494
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

162 files changed

+1494
-1494
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Placeholder for the next version (at the beginning of the line):
44
## __WORK IN PROGRESS__
55
-->
6-
## __WORK IN PROGRESS__ - Jana
6+
## 5.0.12 (2023-08-18) - Jana
77
**BREAKING CHANGES**
88
* Support for Node.js 12 and 14 is dropped! Supported are Node.js 16.4.0+ and 18.x
99
* Backups created with the new js-controller version cannot be restored on hosts with lower js-controller version!

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.0.12-alpha.0-20230816-25f18577",
2+
"version": "5.0.12",
33
"command": {
44
"run": {
55
"stream": true

package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iobroker/js-controller-adapter",
3-
"version": "5.0.12-alpha.0-20230816-25f18577",
3+
"version": "5.0.12",
44
"engines": {
55
"node": ">=12.0.0"
66
},

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iobroker/js-controller-cli",
3-
"version": "5.0.12-alpha.0-20230816-25f18577",
3+
"version": "5.0.12",
44
"engines": {
55
"node": ">=16.4.0"
66
},

packages/common-db/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iobroker/js-controller-common-db",
3-
"version": "5.0.12-alpha.0-20230816-25f18577",
3+
"version": "5.0.12",
44
"engines": {
55
"node": ">=12.0.0"
66
},

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iobroker/js-controller-common",
3-
"version": "5.0.12-alpha.0-20230816-25f18577",
3+
"version": "5.0.12",
44
"engines": {
55
"node": ">=12.0.0"
66
},

0 commit comments

Comments
 (0)