From 89895bed2f932b95d815c5f3c15a7cd7e90b3d53 Mon Sep 17 00:00:00 2001 From: Adil Rakhaliyev <67043367+Bayheck@users.noreply.github.com> Date: Wed, 3 Jul 2024 10:38:56 +0500 Subject: [PATCH] 3.6.2 latest release (#8223) --- .publishrc | 2 +- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 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/CHANGELOG.md b/CHANGELOG.md index 45349a5c2d2..90bf7c0fd2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## v3.6.2 (2024-07-02) + +### Bug Fixes + +* [Native Automation] TestCafe incorrectly uploads files in Chrome v125 and up. ([#8198](https://github.com/DevExpress/testcafe/issues/8198)) +* TestCafe dependencies include the vulnerable endpoint-utils package ([#8207](https://github.com/DevExpress/testcafe/issues/8207)). The updated version includes the address package instead. + ## v3.6.1 (2024-06-10) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index a37cc14b634..d00049f4183 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "testcafe", - "version": "3.6.2-rc.1", + "version": "3.6.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "testcafe", - "version": "3.6.2-rc.1", + "version": "3.6.2", "license": "MIT", "dependencies": { "@babel/core": "^7.23.2", diff --git a/package.json b/package.json index e2246753e70..2b4683ce528 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.6.2-rc.1", + "version": "3.6.2", "author": { "name": "Developer Express Inc.", "url": "https://www.devexpress.com/"