Skip to content

Commit 556243a

Browse files
authored
chore: release 15.3.0 (#32553)
1 parent 0c2bd49 commit 556243a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cli/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
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
## 15.3.0
33

4-
_Released 9/23/2025 (PENDING)_
4+
_Released 9/23/2025_
55

66
**Features:**
77

@@ -14,7 +14,7 @@ _Released 9/23/2025 (PENDING)_
1414

1515
**Misc:**
1616

17-
- Update the styles for command grouping 'line' so on expansion it is displayed correctly. Addressed in [#32521](https://github.com/cypress-io/cypress/pull/32521)
17+
- Update the styles for command grouping 'line' so on expansion it is displayed correctly. Addressed in [#32521](https://github.com/cypress-io/cypress/pull/32521).
1818
- Test hook names now correctly display with a semi-bold font weight. Addresses [#32477](https://github.com/cypress-io/cypress/issues/32477). Addressed in [#32491](https://github.com/cypress-io/cypress/pull/32491).
1919
- Updated the Cypress Studio panel to not show bottom border. Addresses [#32478](https://github.com/cypress-io/cypress/issues/32478).
2020

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cypress",
3-
"version": "15.2.0",
3+
"version": "15.3.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)