From 8df03fe437b0f5315fa97fcea6858e5c0640b36a Mon Sep 17 00:00:00 2001 From: Popov Aleksey Date: Thu, 27 Jul 2023 13:56:07 +0300 Subject: [PATCH] release: update version 3.1.0 (#7900) [closes DevExpress/testcafe-private#229] ## Purpose _Describe the problem you want to address or the feature you want to implement._ ## Approach _Describe how your changes address the issue or implement the desired functionality in as much detail as possible._ ## References _Provide a link to the existing issue(s), if any._ ## Pre-Merge TODO - [ ] Write tests for your proposed changes - [ ] Make sure that existing tests do not fail --- .publishrc | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.publishrc b/.publishrc index ef370e94b52..fe0e22548c6 100644 --- a/.publishrc +++ b/.publishrc @@ -8,7 +8,7 @@ "gitTag": true }, "confirm": false, - "publishTag": "rc", + "publishTag": "latest", "prePublishScript": "gulp test-server", "postPublishScript": "gulp docker-publish" } diff --git a/package.json b/package.json index 5a2825b163b..9b91723cd03 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "testcafe", "description": "Automated browser testing for the modern web development stack.", "license": "MIT", - "version": "3.1.0-rc.3", + "version": "3.1.0", "author": { "name": "Developer Express Inc.", "url": "https://www.devexpress.com/"