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": {