From f705980b9188e047c0f1dc9d230c802dcd0f463f Mon Sep 17 00:00:00 2001 From: Bill Glesias Date: Tue, 30 Jan 2024 09:27:47 -0500 Subject: [PATCH] chore: bump package.json and format changelog for release 13.6.4 (#28825) --- cli/CHANGELOG.md | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index b77a3b289627..cd89850beb4d 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,16 +1,16 @@ ## 13.6.4 -_Released 1/30/2024 (PENDING)_ - -**Bugfixes:** - -- Fixed an issue with capturing assets for Test Replay when service workers are registered in Cypress support files. This issue would cause styles to not render properly in Test Replay. Fixes [#28747](https://github.com/cypress-io/cypress/issues/28747). +_Released 1/30/2024_ **Performance:** - Fixed a performance regression from [`13.3.2`](https://docs.cypress.io/guides/references/changelog#13.3.2) where aborted requests may not correlate correctly. Fixes [#28734](https://github.com/cypress-io/cypress/issues/28734). +**Bugfixes:** + +- Fixed an issue with capturing assets for Test Replay when service workers are registered in Cypress support files. This issue would cause styles to not render properly in Test Replay. Fixes [#28747](https://github.com/cypress-io/cypress/issues/28747). + **Misc:** - Added missing properties to the `Cypress.spec` interface for TypeScript users. Addresses [#27835](https://github.com/cypress-io/cypress/issues/27835). diff --git a/package.json b/package.json index db2ac7000989..0890f7463844 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cypress", - "version": "13.6.3", + "version": "13.6.4", "description": "Cypress is a next generation front end testing tool built for the modern web", "private": true, "scripts": {