Skip to content

Commit

Permalink
chore(release): 23.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [23.1.1](v23.1.0...v23.1.1) (2019-11-30)

### Bug Fixes

* **no-focused-tests:** detect table format uage of `.only.each` ([#489](#489)) ([d03bcf4](d03bcf4))
  • Loading branch information
semantic-release-bot committed Nov 30, 2019
1 parent d03bcf4 commit 6ffb998
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
## [23.1.1](https://github.com/jest-community/eslint-plugin-jest/compare/v23.1.0...v23.1.1) (2019-11-30)

### Bug Fixes

- **no-focused-tests:** detect table format uage of `.only.each`
([#489](https://github.com/jest-community/eslint-plugin-jest/issues/489))
([d03bcf4](https://github.com/jest-community/eslint-plugin-jest/commit/d03bcf49e9e4f068bead25a4bc4c962762d56c02))

# [23.1.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.0.5...v23.1.0) (2019-11-29)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-jest",
"version": "23.1.0",
"version": "23.1.1",
"description": "Eslint rules for Jest",
"repository": "jest-community/eslint-plugin-jest",
"license": "MIT",
Expand Down

0 comments on commit 6ffb998

Please sign in to comment.