Skip to content

Commit

Permalink
chore(release): 23.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [23.6.0](v23.5.0...v23.6.0) (2020-01-12)

### Features

* **no-if:** support `switch` statements ([#515](#515)) ([be4e49d](be4e49d))
  • Loading branch information
semantic-release-bot committed Jan 12, 2020
1 parent be4e49d commit d813ea4
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.6.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.5.0...v23.6.0) (2020-01-12)

### Features

- **no-if:** support `switch` statements
([#515](https://github.com/jest-community/eslint-plugin-jest/issues/515))
([be4e49d](https://github.com/jest-community/eslint-plugin-jest/commit/be4e49dcecd64711e743f5e09d1ff24e4c6e1648))

# [23.5.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.4.0...v23.5.0) (2020-01-12)

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

0 comments on commit d813ea4

Please sign in to comment.