From 7f01e8dffcc4c4310890b374f989d155e8c35720 Mon Sep 17 00:00:00 2001 From: Matt Schile Date: Tue, 24 Oct 2023 10:32:54 -0600 Subject: [PATCH] chore: 13.3.3 release updates (#28129) --- cli/CHANGELOG.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 43880abc0b8d..a84836124cf5 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,12 +1,12 @@ ## 13.3.3 -_Released 10/24/2023 (PENDING)_ +_Released 10/24/2023_ **Bugfixes:** - Fixed a performance regression in `13.3.1` with proxy correlation timeouts and requests issued from web and shared workers. Fixes [#28104](https://github.com/cypress-io/cypress/issues/28104). -- Fixed a performance problem with proxy correlation when requests get aborted and then get miscorrelated with follow up requests. Fixed in [#28094](https://github.com/cypress-io/cypress/pull/28094). +- Fixed a performance problem with proxy correlation when requests get aborted and then get miscorrelated with follow up requests. Addressed in [#28094](https://github.com/cypress-io/cypress/pull/28094). - Fixed a regression in [10.0.0](#10.0.0), where search would not find a spec if the file name contains "-" or "\_", but search prompt contains " " instead (e.g. search file "spec-file.cy.ts" with prompt "spec file"). Fixes [#25303](https://github.com/cypress-io/cypress/issues/25303). ## 13.3.2 diff --git a/package.json b/package.json index f1177034550a..4a6e6e9b2ccd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cypress", - "version": "13.3.2", + "version": "13.3.3", "description": "Cypress is a next generation front end testing tool built for the modern web", "private": true, "scripts": {