From 4d14d66bc64fd0bf9f7f9fca0a99e66464d9dff2 Mon Sep 17 00:00:00 2001 From: PavelMor25 <77216072+PavelMor25@users.noreply.github.com> Date: Thu, 9 Nov 2023 16:39:13 +0400 Subject: [PATCH] release: v3.4.0 (#8075) --- .publishrc | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 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-lock.json b/package-lock.json index 620eeb014b2..516c879d190 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "testcafe", - "version": "3.4.0-rc.3", + "version": "3.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "testcafe", - "version": "3.4.0-rc.3", + "version": "3.4.0", "license": "MIT", "dependencies": { "@babel/core": "^7.23.2", diff --git a/package.json b/package.json index 714085d567e..2f518c773f4 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.4.0-rc.3", + "version": "3.4.0", "author": { "name": "Developer Express Inc.", "url": "https://www.devexpress.com/"