Skip to content

Commit e82edd8

Browse files
chore(release): 23.0.3 [skip ci]
## [23.0.3](v23.0.2...v23.0.3) (2019-11-08) ### Bug Fixes * **no-test-callback:** don't provide fix for `async` functions ([#469](#469)) ([09111e0](09111e0)), closes [#466](#466)
1 parent 09111e0 commit e82edd8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [23.0.3](https://github.com/jest-community/eslint-plugin-jest/compare/v23.0.2...v23.0.3) (2019-11-08)
2+
3+
### Bug Fixes
4+
5+
- **no-test-callback:** don't provide fix for `async` functions
6+
([#469](https://github.com/jest-community/eslint-plugin-jest/issues/469))
7+
([09111e0](https://github.com/jest-community/eslint-plugin-jest/commit/09111e0c951aaa930c9a2c8e0ca84251b3196e94)),
8+
closes [#466](https://github.com/jest-community/eslint-plugin-jest/issues/466)
9+
110
## [23.0.2](https://github.com/jest-community/eslint-plugin-jest/compare/v23.0.1...v23.0.2) (2019-10-28)
211

312
### Bug Fixes

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.0.2",
3+
"version": "23.0.3",
44
"description": "Eslint rules for Jest",
55
"repository": "jest-community/eslint-plugin-jest",
66
"license": "MIT",

0 commit comments

Comments
 (0)