diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 2d78131e4d7..5a7855c8898 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,7 +1,7 @@ ## 15.5.0 -_Released 10/21/2025 (PENDING)_ +_Released 10/17/2025_ **Features:** @@ -16,7 +16,7 @@ _Released 10/21/2025 (PENDING)_ **Misc:** - Browser detection in Cypress now always prefers 64-bit browser installs to 32-bit browser installs. Addressed in [#32656](https://github.com/cypress-io/cypress/pull/32656). -- Update code button styles and rename Get Code for Code on cy.prompt. Addressed in [#32745](https://github.com/cypress-io/cypress/pull/32745) +- Update code button styles and rename Get Code for Code on cy.prompt. Addressed in [#32745](https://github.com/cypress-io/cypress/pull/32745). **Dependency Updates:** diff --git a/package.json b/package.json index 8c723b38f1e..ca025d92598 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cypress", - "version": "15.4.0", + "version": "15.5.0", "description": "Cypress is a next generation front end testing tool built for the modern web", "private": true, "scripts": {