From 94f8b02d98810c673d133caf24074a158cfcfa91 Mon Sep 17 00:00:00 2001 From: Ryan Manuel Date: Fri, 27 Oct 2023 09:39:16 -0500 Subject: [PATCH 1/3] Update CHANGELOG.md --- cli/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index ff15f5c7c1f2..09947eb6d078 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -10,7 +10,7 @@ _Released 10/25/2023 (PENDING)_ **Bugfixes:** -- Fixed a regression in [`13.3.2`](https://docs.cypress.io/guides/references/changelog/13.3.2) where loading a service worker and immediately reloading the page can cause a crash. Fixes [#28141](https://github.com/cypress-io/cypress/issues/28141). +- Fixed a regression in [`13.3.2`](https://docs.cypress.io/guides/references/changelog/13.3.2) where Cypress would crash (e.g. 'Inspected target navigated or closed' or 'Session with given id not found.'). Fixes [#28141](https://github.com/cypress-io/cypress/issues/28141). ## 13.3.3 From 4fe3da0135580caa243d4f3f9f6ca2c2934a2630 Mon Sep 17 00:00:00 2001 From: Ryan Manuel Date: Fri, 27 Oct 2023 09:42:37 -0500 Subject: [PATCH 2/3] Update cli/CHANGELOG.md --- cli/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 09947eb6d078..c55c5956b1b7 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -10,7 +10,7 @@ _Released 10/25/2023 (PENDING)_ **Bugfixes:** -- Fixed a regression in [`13.3.2`](https://docs.cypress.io/guides/references/changelog/13.3.2) where Cypress would crash (e.g. 'Inspected target navigated or closed' or 'Session with given id not found.'). Fixes [#28141](https://github.com/cypress-io/cypress/issues/28141). +- Fixed a regression in [`13.3.2`](https://docs.cypress.io/guides/references/changelog/13.3.2) where Cypress would crash (e.g. 'Inspected target navigated or closed' or 'Session with given id not found.'). Fixes [#28141](https://github.com/cypress-io/cypress/issues/28141) and [#28148 ](https://github.com/cypress-io/cypress/issues/28148). ## 13.3.3 From 9c8439236224ef17262c015d4c5db1d8f8421667 Mon Sep 17 00:00:00 2001 From: Ryan Manuel Date: Fri, 27 Oct 2023 09:46:40 -0500 Subject: [PATCH 3/3] Update cli/CHANGELOG.md Co-authored-by: Matt Schile --- cli/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index c55c5956b1b7..346b3ad05237 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -10,7 +10,7 @@ _Released 10/25/2023 (PENDING)_ **Bugfixes:** -- Fixed a regression in [`13.3.2`](https://docs.cypress.io/guides/references/changelog/13.3.2) where Cypress would crash (e.g. 'Inspected target navigated or closed' or 'Session with given id not found.'). Fixes [#28141](https://github.com/cypress-io/cypress/issues/28141) and [#28148 ](https://github.com/cypress-io/cypress/issues/28148). +- Fixed a regression in [`13.3.2`](https://docs.cypress.io/guides/references/changelog/13.3.2) where Cypress would crash with 'Inspected target navigated or closed' or 'Session with given id not found'. Fixes [#28141](https://github.com/cypress-io/cypress/issues/28141) and [#28148 ](https://github.com/cypress-io/cypress/issues/28148). ## 13.3.3