From 7f86fd80647e21fb7be1748b5f48cba63297e67a Mon Sep 17 00:00:00 2001 From: Matthew Schile Date: Tue, 5 Nov 2024 13:17:37 -0700 Subject: [PATCH] doc: v13.15.2 app changelog --- docs/app/references/changelog.mdx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/app/references/changelog.mdx b/docs/app/references/changelog.mdx index 40540b3e74..88609d0bcf 100644 --- a/docs/app/references/changelog.mdx +++ b/docs/app/references/changelog.mdx @@ -2,6 +2,23 @@ title: Changelog --- +## 13.15.2 + +_Released 11/5/2024_ + +**Bugfixes:** + +- Fixed an issue where the Cypress runner could hang in `after` or `afterEach` hooks that run Cypress commands after a page load timeout error occurs. Addresses [#30238](https://github.com/cypress-io/cypress/issues/30238). + +**Misc:** + +- Fixed a typo in CLI `global` option help text. Addresses [#30531](https://github.com/cypress-io/cypress/issues/30531). + +**Dependency Updates:** + +- Updated `mobx` from `5.15.4` to `6.13.5` and `mobx-react` from `6.1.8` to `9.1.1`. Addresses [#30509](https://github.com/cypress-io/cypress/issues/30509). +- Updated `@cypress/request` from `3.0.4` to `3.0.6`. Addressed in [#30488](https://github.com/cypress-io/cypress/pull/30488). + ## 13.15.1 _Released 10/24/2024_