Skip to content

Commit a5a3bf1

Browse files
chore(release): 23.14.0 [skip ci]
# [23.14.0](v23.13.2...v23.14.0) (2020-06-20) ### Bug Fixes * **no-test-callback:** check argument is an identifier ([f70612d](f70612d)) * **no-test-callback:** provide suggestion instead of autofix ([782d8fa](782d8fa)) * **prefer-strict-equal:** provide suggestion instead of autofix ([2eaed2b](2eaed2b)) ### Features * **prefer-expect-assertions:** provide suggestions ([bad88a0](bad88a0))
1 parent 7e4e37a commit a5a3bf1

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [23.14.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.13.2...v23.14.0) (2020-06-20)
2+
3+
4+
### Bug Fixes
5+
6+
* **no-test-callback:** check argument is an identifier ([f70612d](https://github.com/jest-community/eslint-plugin-jest/commit/f70612d8b414575725a5831ed9dfad1eaf1e6548))
7+
* **no-test-callback:** provide suggestion instead of autofix ([782d8fa](https://github.com/jest-community/eslint-plugin-jest/commit/782d8fa00149143f453e7cb066f90c017e2d3f61))
8+
* **prefer-strict-equal:** provide suggestion instead of autofix ([2eaed2b](https://github.com/jest-community/eslint-plugin-jest/commit/2eaed2bf30c72b03ee205910887f8aab304047a5))
9+
10+
11+
### Features
12+
13+
* **prefer-expect-assertions:** provide suggestions ([bad88a0](https://github.com/jest-community/eslint-plugin-jest/commit/bad88a006135258e8da18902a84bdb52a9bb9fa7))
14+
115
## [23.13.2](https://github.com/jest-community/eslint-plugin-jest/compare/v23.13.1...v23.13.2) (2020-05-26)
216

317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-jest",
3-
"version": "23.13.2",
3+
"version": "23.14.0",
44
"description": "Eslint rules for Jest",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)