Skip to content

Commit fa25461

Browse files
authored
chore: release 14.5.1 (#31980)
1 parent ea91777 commit fa25461

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

cli/CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
<!-- See the ../guides/writing-the-cypress-changelog.md for details on writing the changelog. -->
22
## 14.5.1
33

4-
_Released 7/01/2025 (PENDING)_
4+
_Released 7/01/2025_
5+
6+
**Bugfixes:**
7+
8+
- Fixed an issue where prerequests with Firefox BiDi were prematurely being removed or matched incorrectly. Addresses [#31482](https://github.com/cypress-io/cypress/issues/31482).
59

610
**Dependency Updates:**
711

@@ -18,7 +22,6 @@ _Released 6/17/2025_
1822
**Bugfixes:**
1923

2024
- Fixed an issue when using `Cypress.stop()` where a run may be aborted prior to receiving the required runner events causing Test Replay to not be available. Addresses [#31781](https://github.com/cypress-io/cypress/issues/31781).
21-
- Fixed an issue where prerequests with Firefox BiDi were prematurely being removed or matched incorrectly. Addresses [#31482](https://github.com/cypress-io/cypress/issues/31482).
2225

2326
## 14.4.1
2427

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cypress",
3-
"version": "14.5.0",
3+
"version": "14.5.1",
44
"description": "Cypress is a next generation front end testing tool built for the modern web",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)