Skip to content

Commit 94aad9a

Browse files
authored
chore: release 13.7.3 (#29310)
1 parent 1fa3e7f commit 94aad9a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

cli/CHANGELOG.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
<!-- See the ../guides/writing-the-cypress-changelog.md for details on writing the changelog. -->
22
## 13.7.3
33

4-
_Released 4/16/2024 (PENDING)_
5-
6-
**Misc:**
7-
8-
- Updated the Chrome flags to not show the "Enhanced Ad Privacy" dialog. Addresses [#29199](https://github.com/cypress-io/cypress/issues/29199).
9-
- Suppresses benign warnings that reference Vulkan on GPU-less hosts. Addresses [#29085](https://github.com/cypress-io/cypress/issues/29085). Addressed in [#29278](https://github.com/cypress-io/cypress/pull/29278).
4+
_Released 4/11/2024_
105

116
**Bugfixes:**
127

138
- Fixed an issue where asserts with custom messages weren't displaying properly. Fixes [#29167](https://github.com/cypress-io/cypress/issues/29167)
149
- Fixed and issue where cypress launch arguments were not being escaped correctly with multiple values inside quotes. Fixes [#27454](https://github.com/cypress-io/cypress/issues/27454).
1510

11+
**Misc:**
12+
13+
- Updated the Chrome flags to not show the "Enhanced Ad Privacy" dialog. Addresses [#29199](https://github.com/cypress-io/cypress/issues/29199).
14+
- Suppresses benign warnings that reference Vulkan on GPU-less hosts. Addresses [#29085](https://github.com/cypress-io/cypress/issues/29085). Addressed in [#29278](https://github.com/cypress-io/cypress/pull/29278).
15+
1616

1717
## 13.7.2
1818

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cypress",
3-
"version": "13.7.2",
3+
"version": "13.7.3",
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)