Skip to content

Commit da2fa1b

Browse files
committed
chore: Release 7.59.0
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
1 parent 93ed226 commit da2fa1b

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ body:
3333
label: Che version
3434
description: if workspace is running, version can be obtained with help/about menu
3535
options:
36-
- "7.58@latest"
36+
- "7.59@latest"
3737
- "next (development version)"
38+
- "7.58"
3839
- "7.57"
3940
- "7.56"
4041
- "7.55"

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.59.0-SNAPSHOT
1+
7.59.0

tests/e2e/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/e2e/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eclipse-che/che-e2e",
3-
"version": "7.59.0-SNAPSHOT",
3+
"version": "7.59.0",
44
"description": "",
55
"main": "dist/index.js",
66
"scripts": {
@@ -54,7 +54,7 @@
5454
"rimraf": "2.6.2",
5555
"selenium-webdriver": "4.4.0",
5656
"ts-node": "8.0.3",
57-
"tslint": "^6.1.3",
57+
"tslint": "^6.1.3",
5858
"typed-rest-client": "1.8.5",
5959
"typescript": "3.9.9",
6060
"monaco-page-objects": "3.1.0",

0 commit comments

Comments
 (0)