From 58ec4b3b0003a8292b75b6cf1c323a94137397b3 Mon Sep 17 00:00:00 2001 From: AtofStryker Date: Wed, 4 Sep 2024 14:22:10 -0400 Subject: [PATCH] chore: add release 13.14.2 changelog --- docs/guides/references/changelog.mdx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/guides/references/changelog.mdx b/docs/guides/references/changelog.mdx index ce98787855..58d00328b3 100644 --- a/docs/guides/references/changelog.mdx +++ b/docs/guides/references/changelog.mdx @@ -2,6 +2,15 @@ title: Changelog --- +## 13.14.2 + +_Released 9/4/2024_ + +**Bugfixes:** + +- Fixed an issue where Cypress could crash with a `WebSocket Connection Closed` error. Fixes [#30100](https://github.com/cypress-io/cypress/issues/30100). +- Fixed an issue where `cy.screenshot()` was timing out and Cypress was failing to start due to `GLib-GIO-ERROR` error. Reverts [#30109](https://github.com/cypress-io/cypress/pull/30109), the change to allow HiDPI screen for Wayland users. Fixes [#30172](https://github.com/cypress-io/cypress/issues/30172) and [#30160](https://github.com/cypress-io/cypress/issues/30160). + ## 13.14.1 _Released 8/29/2024_