Skip to content

Commit d6f356f

Browse files
authored
chore: update changelog to fix release readiness check (#28551)
1 parent 3eece90 commit d6f356f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cli/CHANGELOG.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ _Released 12/19/2023 (PENDING)_
55

66
**Bugfixes:**
77

8-
- Cypress no longer errors during `cypress run` or `cypress open` when using Typescript 5.3.2+ with `extends` in `tsconfig.json`. Fixes [#28385](https://github.com/cypress-io/cypress/issues/28385).
98
- Fixed a regression in [`13.6.1`](https://docs.cypress.io/guides/references/changelog/13.6.1) where a malformed URI would crash Cypress. Fixes [#28521](https://github.com/cypress-io/cypress/issues/28521).
109
- Fixed a regression in [`12.4.0`](https://docs.cypress.io/guides/references/changelog/12.4.0) where erroneous `<br>` tags were displaying in error messages in the Command Log making them less readable. Fixes [#28452](https://github.com/cypress-io/cypress/issues/28452).
1110

@@ -15,7 +14,7 @@ _Released 12/19/2023 (PENDING)_
1514

1615
**Dependency Updates:**
1716

18-
- Updated ts-node from `10.9.1` to `10.9.2`. Fixed in [#28528](https://github.com/cypress-io/cypress/pull/28528).
17+
- Updated ts-node from `10.9.1` to `10.9.2`. Cypress will longer error during `cypress run` or `cypress open` when using Typescript 5.3.2+ with `extends` in `tsconfig.json`. Addresses [#28385](https://github.com/cypress-io/cypress/issues/28385).
1918

2019
## 13.6.1
2120

0 commit comments

Comments
 (0)