Skip to content

Commit f705980

Browse files
authored
chore: bump package.json and format changelog for release 13.6.4 (#28825)
1 parent f21b4a1 commit f705980

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

cli/CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<!-- See the ../guides/writing-the-cypress-changelog.md for details on writing the changelog. -->
22
## 13.6.4
33

4-
_Released 1/30/2024 (PENDING)_
5-
6-
**Bugfixes:**
7-
8-
- 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).
4+
_Released 1/30/2024_
95

106
**Performance:**
117

128
- 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).
139

10+
**Bugfixes:**
11+
12+
- 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).
13+
1414
**Misc:**
1515

1616
- Added missing properties to the `Cypress.spec` interface for TypeScript users. Addresses [#27835](https://github.com/cypress-io/cypress/issues/27835).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cypress",
3-
"version": "13.6.3",
3+
"version": "13.6.4",
44
"description": "Cypress is a next generation front end testing tool built for the modern web",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)