From 94aad9a4a20faba5a4502751c83d89baac4aa87d Mon Sep 17 00:00:00 2001 From: Bill Glesias Date: Thu, 11 Apr 2024 12:47:40 -0400 Subject: [PATCH] chore: release 13.7.3 (#29310) --- cli/CHANGELOG.md | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 9e4ea0b2e310..f38aaab454c3 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,18 +1,18 @@ ## 13.7.3 -_Released 4/16/2024 (PENDING)_ - -**Misc:** - -- Updated the Chrome flags to not show the "Enhanced Ad Privacy" dialog. Addresses [#29199](https://github.com/cypress-io/cypress/issues/29199). -- 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). +_Released 4/11/2024_ **Bugfixes:** - Fixed an issue where asserts with custom messages weren't displaying properly. Fixes [#29167](https://github.com/cypress-io/cypress/issues/29167) - 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). +**Misc:** + +- Updated the Chrome flags to not show the "Enhanced Ad Privacy" dialog. Addresses [#29199](https://github.com/cypress-io/cypress/issues/29199). +- 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). + ## 13.7.2 diff --git a/package.json b/package.json index 2da6c722d400..c86fc944d49c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cypress", - "version": "13.7.2", + "version": "13.7.3", "description": "Cypress is a next generation front end testing tool built for the modern web", "private": true, "scripts": {