Skip to content

Commit 2d9abf7

Browse files
authored
chore: bump version and remove misleading changelog entry (#25612)
1 parent e0320f7 commit 2d9abf7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

cli/CHANGELOG.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<!-- See the ../guides/writing-the-cypress-changelog.md for details on writing the changelog. -->
22
## 12.4.1
33

4-
_Released 01/26/2023_
4+
_Released 01/27/2023_
55

66
**Bugfixes:**
77

88
- Fixed a regression from Cypress [12.4.0](https://docs.cypress.io/guides/references/changelog#12-4-0) where Cypress was not exiting properly when running multiple Component Testing specs in `electron` in `run` mode. Fixes [#25568](https://github.com/cypress-io/cypress/issues/25568).
9-
- Fixed an issue where alternative Microsoft Edge Beta and Canary binary names were not being discovered by Cypress. Fixes [#25455](https://github.com/cypress-io/cypress/issues/25455).
109

1110
**Dependency Updates:**
1211

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cypress",
3-
"version": "12.4.0",
3+
"version": "12.4.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)