From 3a8f83022866e260d2a588bc321f46818cc2a2b0 Mon Sep 17 00:00:00 2001 From: Bill Glesias Date: Tue, 20 Feb 2024 13:28:49 -0500 Subject: [PATCH] chore: bump changelog and package.json version (#28978) --- 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 6119de23bf18..f0b41069d072 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,11 +1,11 @@ ## 13.6.5 -_Released 2/13/2024 (PENDING)_ +_Released 2/20/2024_ **Bugfixes:** -- Fixed tests hanging when the Chrome browser extension is disabled. Fixes [#28392](https://github.com/cypress-io/cypress/issues/28392) +- Fixed tests hanging when the Chrome browser extension is disabled. Fixes [#28392](https://github.com/cypress-io/cypress/issues/28392). - Fixed an issue which caused the browser to relaunch after closing the browser from the Launchpad. Fixes [#28852](https://github.com/cypress-io/cypress/issues/28852). - Fixed an issue with the unzip promise never being rejected when an empty error happens. Fixed in [#28850](https://github.com/cypress-io/cypress/pull/28850). - Fixed a regression introduced in [`13.6.3`](https://docs.cypress.io/guides/references/changelog#13-6-3) where Cypress could crash when processing service worker requests through our proxy. Fixes [#28950](https://github.com/cypress-io/cypress/issues/28950). diff --git a/package.json b/package.json index e316dfcb9a4a..23aace77d8f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cypress", - "version": "13.6.4", + "version": "13.6.5", "description": "Cypress is a next generation front end testing tool built for the modern web", "private": true, "scripts": {