Skip to content

Commit d813ea4

Browse files
chore(release): 23.6.0 [skip ci]
# [23.6.0](v23.5.0...v23.6.0) (2020-01-12) ### Features * **no-if:** support `switch` statements ([#515](#515)) ([be4e49d](be4e49d))
1 parent be4e49d commit d813ea4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [23.6.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.5.0...v23.6.0) (2020-01-12)
2+
3+
### Features
4+
5+
- **no-if:** support `switch` statements
6+
([#515](https://github.com/jest-community/eslint-plugin-jest/issues/515))
7+
([be4e49d](https://github.com/jest-community/eslint-plugin-jest/commit/be4e49dcecd64711e743f5e09d1ff24e4c6e1648))
8+
19
# [23.5.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.4.0...v23.5.0) (2020-01-12)
210

311
### Features

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-jest",
3-
"version": "23.5.0",
3+
"version": "23.6.0",
44
"description": "Eslint rules for Jest",
55
"repository": "jest-community/eslint-plugin-jest",
66
"license": "MIT",

0 commit comments

Comments
 (0)