Skip to content

Commit

Permalink
chore(release): Upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbrea committed Aug 26, 2023
1 parent a4d9fcb commit 2df8fe0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Removed
### BREAKING CHANGES

## [unreleased]
## [7.0.3] - 2023-08-26

### Fixed
- fix(#290): Do not use optional chaining. It was producing an error in Cypress. See https://github.com/cypress-io/cypress/issues/9298

## [7.0.2] - 2023-08-16
## [7.0.2] - 2023-08-16 [YANKED]

### Changed
- chore(deps): Update devDependencies
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cypress-fail-fast",
"version": "7.0.2",
"version": "7.0.3",
"description": "Skip the rest of Cypress tests on first failure",
"keywords": [
"cypress",
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sonar.organization=javierbrea
sonar.projectKey=javierbrea_cypress-fail-fast
sonar.projectVersion=7.0.2
sonar.projectVersion=7.0.3

sonar.javascript.file.suffixes=.js
sonar.sourceEncoding=UTF-8
Expand Down

0 comments on commit 2df8fe0

Please sign in to comment.