From 48e03ef01c010dc55ff6b254991afadbb08e53b8 Mon Sep 17 00:00:00 2001 From: AtofStryker Date: Tue, 7 May 2024 11:37:07 -0400 Subject: [PATCH] chore: release 13.9.0 --- cli/CHANGELOG.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 90b37d301a9d..c9ef6ff35d96 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,7 +1,7 @@ ## 13.9.0 -_Released 5/7/2024 (PENDING)_ +_Released 5/7/2024_ **Features:** @@ -11,7 +11,7 @@ _Released 5/7/2024 (PENDING)_ - Fixed a bug where promises rejected with `undefined` were failing inside `cy.origin()`. Addresses [#23937](https://github.com/cypress-io/cypress/issues/23937). - We now pass the same default Chromium flags to Electron as we do to Chrome. As a result of this change, the application under test's `navigator.webdriver` property will now correctly be `true` when testing in Electron. Fixes [#27939](https://github.com/cypress-io/cypress/issues/27939). -- Fixed network issues in requests using fetch for users where Cypress is run behind a proxy that performs HTTPS decryption (common among corporate proxies). Fixes [#29171](https://github.com/cypress-io/cypress/issues/29171) +- Fixed network issues in requests using fetch for users where Cypress is run behind a proxy that performs HTTPS decryption (common among corporate proxies). Fixes [#29171](https://github.com/cypress-io/cypress/issues/29171). - Fixed an issue where extra windows weren't being closed between specs in Firefox causing potential issues in subsequent specs. Fixes [#29473](https://github.com/cypress-io/cypress/issues/29473). **Misc:** diff --git a/package.json b/package.json index d5709663b42d..613fd5b89092 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cypress", - "version": "13.8.1", + "version": "13.9.0", "description": "Cypress is a next generation front end testing tool built for the modern web", "private": true, "scripts": {