From cfbc1840f406227230b5eb79221fc029962d853f Mon Sep 17 00:00:00 2001 From: Popov Aleksey Date: Thu, 17 Aug 2023 11:47:33 +0300 Subject: [PATCH] release: updated version (#7952) ## 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 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index b31a6b4d4fc..da9330bdf43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "testcafe", - "version": "3.2.0-rc.1", + "version": "3.2.0-rc.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "testcafe", - "version": "3.2.0-rc.1", + "version": "3.2.0-rc.2", "license": "MIT", "dependencies": { "@babel/core": "^7.12.1", diff --git a/package.json b/package.json index c62d93c8600..861bffb9660 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.2.0-rc.1", + "version": "3.2.0-rc.2", "author": { "name": "Developer Express Inc.", "url": "https://www.devexpress.com/"