diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 19e16dbc0239..2c72e3a7b770 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,11 +1,11 @@ ## 12.5.1 -_Released 02/10/2023 (PENDING)_ +_Released 02/10/2023_ **Bugfixes:** -- Fixed a regression from Cypress [12.5.0](https://docs.cypress.io/guides/references/changelog#12-5-0) where the `runnable` was not included in the `test:after:run` event. Fixes [#25663](https://github.com/cypress-io/cypress/issues/25663). +- Fixed a regression introduced in Cypress [12.5.0](https://docs.cypress.io/guides/references/changelog#12-5-0) where the `runnable` was not included in the [`test:after:run`](https://docs.cypress.io/api/events/catalog-of-events) event. Fixes [#25663](https://github.com/cypress-io/cypress/issues/25663). **Dependency Updates:** diff --git a/package.json b/package.json index 9eb918e37bcf..f0d8e4ff5eae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cypress", - "version": "12.5.0", + "version": "12.5.1", "description": "Cypress is a next generation front end testing tool built for the modern web", "private": true, "scripts": {