Skip to content

Commit c218021

Browse files
authored
release: v1.18.0 (#6792)
1 parent 4229a22 commit c218021

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.publishrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"gitTag": true
99
},
1010
"confirm": false,
11-
"publishTag": "alpha",
11+
"publishTag": "latest",
1212
"prePublishScript": "gulp test-server",
1313
"postPublishScript": "gulp docker-publish"
1414
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "testcafe",
33
"description": "Automated browser testing for the modern web development stack.",
44
"license": "MIT",
5-
"version": "1.17.2-rc.3",
5+
"version": "1.18.0",
66
"author": {
77
"name": "Developer Express Inc.",
88
"url": "https://www.devexpress.com/"
@@ -141,7 +141,7 @@
141141
"testcafe-reporter-list": "^2.1.0",
142142
"testcafe-reporter-minimal": "^2.1.0",
143143
"testcafe-reporter-spec": "^2.1.1",
144-
"testcafe-reporter-xunit": "^2.1.0",
144+
"testcafe-reporter-xunit": "^2.2.1",
145145
"time-limit-promise": "^1.0.2",
146146
"tmp": "0.0.28",
147147
"tree-kill": "^1.2.2",

0 commit comments

Comments
 (0)