diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index a84d86167676..ee9a11991dcb 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,7 +1,7 @@ ## 13.17.0 -_Released 12/17/2024 (PENDING)_ +_Released 12/17/2024_ **Features:** @@ -11,7 +11,7 @@ _Released 12/17/2024 (PENDING)_ - 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). - Updated Firefox `userChrome.css` to correctly hide the toolbox during headless mode. Addresses [#30721](https://github.com/cypress-io/cypress/issues/30721). -- 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). +- 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). **Misc:** diff --git a/package.json b/package.json index dc7c145e8b0c..212c6966016f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cypress", - "version": "13.16.1", + "version": "13.17.0", "description": "Cypress is a next generation front end testing tool built for the modern web", "private": true, "scripts": {