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 Mar 2, 2022
1 parent 037666f commit a6495c1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Removed
### BREAKING CHANGES

## [unreleased] - 2022-03-02
## [3.4.1] - 2022-03-02

### Fixed
- fix(#193): Do not log "Enabling skip mode" in every failed test. When a test fails, log "Failed tests: x/y", where `y` is the bail option.

### Changed
- chore(deps): Update devDependencies

## [3.4.0] - 2022-02-24

### Added
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": "3.4.0",
"version": "3.4.1",
"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=3.4.0
sonar.projectVersion=3.4.1

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

0 comments on commit a6495c1

Please sign in to comment.