Skip to content

Commit 62fc460

Browse files
authored
v5.0.6 (#2323)
1 parent 82d63f2 commit 62fc460

File tree

153 files changed

+32381
-32373
lines changed

Some content is hidden

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

153 files changed

+32381
-32373
lines changed

CHANGELOG.md

+1-1
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.6 (2023-07-02) - Jana
77
**BREAKING CHANGES**
88
* Support for Node.js 12 is dropped! Supported are Node.js 14.18.0+, 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

+14-19
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,17 @@
11
{
2-
"useWorkspaces": true,
3-
"version": "5.0.5",
4-
"//": "Set up some command options",
5-
"command": {
6-
"//": "Running a script should show the output while it is generated",
7-
"run": {
8-
"stream": true
9-
},
10-
"version": {
11-
"//": "This is required for the release-script",
12-
"allowBranch": [
13-
"master",
14-
"*.x"
15-
],
16-
"ignoreChanges": [
17-
"*.md"
18-
],
19-
"exact": true
2+
"useWorkspaces": true,
3+
"version": "5.0.6",
4+
"//": "Set up some command options",
5+
"command": {
6+
"//": "Running a script should show the output while it is generated",
7+
"run": {
8+
"stream": true
9+
},
10+
"version": {
11+
"//": "This is required for the release-script",
12+
"allowBranch": ["master", "*.x"],
13+
"ignoreChanges": ["*.md"],
14+
"exact": true
15+
}
2016
}
21-
}
2217
}

0 commit comments

Comments
 (0)