Skip to content

Commit a15076f

Browse files
authored
chore: release 13.17.0 (#30778)
1 parent a3877a4 commit a15076f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cli/CHANGELOG.md

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

4-
_Released 12/17/2024 (PENDING)_
4+
_Released 12/17/2024_
55

66
**Features:**
77

@@ -11,7 +11,7 @@ _Released 12/17/2024 (PENDING)_
1111

1212
- Fixed an issue where targets may hang if `Network.enable` is not implemented for the target. Addresses [#29876](https://github.com/cypress-io/cypress/issues/29876).
1313
- Updated Firefox `userChrome.css` to correctly hide the toolbox during headless mode. Addresses [#30721](https://github.com/cypress-io/cypress/issues/30721).
14-
- Fixed an issue loading the `cypress.config.ts` file with Node.js version `22.12.0`. Addresses [#30715](https://github.com/cypress-io/cypress/issues/30715).
14+
- Fixed an issue loading the `cypress.config.ts` file with Node.js version `22.12.0` if it is loaded as an ESM. Addresses [#30715](https://github.com/cypress-io/cypress/issues/30715).
1515

1616
**Misc:**
1717

package.json

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