From 6665adb2b1f297feee225242090dc19fd8d7c1b0 Mon Sep 17 00:00:00 2001 From: Jordan Date: Tue, 14 Nov 2023 15:27:40 -0500 Subject: [PATCH] chore: release 13.5.1 (#5561) --- docs/guides/references/changelog.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/guides/references/changelog.mdx b/docs/guides/references/changelog.mdx index 7a25e1a1572..5163a7bcac3 100644 --- a/docs/guides/references/changelog.mdx +++ b/docs/guides/references/changelog.mdx @@ -2,6 +2,16 @@ title: Changelog --- +## 13.5.1 + +_Released 11/14/2023_ + +**Bugfixes:** + +- Fixed a regression in [`13.5.0`](#13-5-0) where requests cached within a given spec may take longer to load than they did previously. Addresses [#28295](https://github.com/cypress-io/cypress/issues/28295). +- Fixed an issue where pages opened in a new tab were missing response headers, causing them not to load properly. Fixes [#28293](https://github.com/cypress-io/cypress/issues/28293) and [#28303](https://github.com/cypress-io/cypress/issues/28303). +- We now pass a flag to Chromium browsers to disable default component extensions. This is a common flag passed during browser automation. Fixed in [#28294](https://github.com/cypress-io/cypress/pull/28294). + ## 13.5.0 _Released 11/8/2023_