Skip to content

Commit

Permalink
fix typo and move changelog entry and fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
AtofStryker committed Mar 22, 2024
1 parent 5d99375 commit 7b8dc96
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions cli/CHANGELOG.md
@@ -1,4 +1,12 @@
<!-- See the ../guides/writing-the-cypress-changelog.md for details on writing the changelog. -->
## 13.7.2

_Released 4/2/2024 (PENDING)_

**Bugfixes:**

- Fixed a bug where fields using arrays in `cypress.config` are not correctly processed. Fixes [#27103](https://github.com/cypress-io/cypress/issues/27103). Fixed in [#27312](https://github.com/cypress-io/cypress/pull/27312).

## 13.7.1

_Released 3/21/2024_
Expand All @@ -8,10 +16,6 @@ _Released 3/21/2024_
- Fixed an issue where Cypress was not executing beyond the first spec in `cypress run` for versions of Firefox 124 and up. Fixes [#29172](https://github.com/cypress-io/cypress/issues/29172).
- Fixed an issue blurring shadow dom elements. Fixed in [#29125](https://github.com/cypress-io/cypress/pull/29125).

**Bugfixes:**

- Fixed a bug where fields using arrays in `cypress.config` are not correctly processed. Fixes [#27103](https://github.com/cypress-io/cypress/issues/27103). Fixed in [#27312](https://github.com/cypress-io/cypress/pull/27240).

**Dependency Updates:**

- Updated jose from `4.11.2` to `4.15.5`. Addressed in [#29086](https://github.com/cypress-io/cypress/pull/29086).
Expand Down
Expand Up @@ -445,7 +445,7 @@ e2e: {
cy.get('[data-cy="file-match-indicator"]', { timeout: 7500 })
.should('contain', '3 matches')

// Regession for https://github.com/cypress-io/cypress/issues/27103
// Regression for https://github.com/cypress-io/cypress/issues/27103
cy.withCtx(async (ctx) => {
await ctx.actions.file.writeFileInProject('cypress.config.js',
`
Expand Down

0 comments on commit 7b8dc96

Please sign in to comment.