Skip to content

Commit e629006

Browse files
chore(release): 23.4.0 [skip ci]
# [23.4.0](v23.3.0...v23.4.0) (2020-01-10) ### Features * **expect-expect:** support chained function names ([#471](#471)) ([#508](#508)) ([beb1aec](beb1aec)) * **rules:** add support for function declaration as test case ([#504](#504)) ([ac7fa48](ac7fa48))
1 parent beb1aec commit e629006

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [23.4.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.3.0...v23.4.0) (2020-01-10)
2+
3+
### Features
4+
5+
- **expect-expect:** support chained function names
6+
([#471](https://github.com/jest-community/eslint-plugin-jest/issues/471))
7+
([#508](https://github.com/jest-community/eslint-plugin-jest/issues/508))
8+
([beb1aec](https://github.com/jest-community/eslint-plugin-jest/commit/beb1aececee80589c182e95bc64ef01d97eb5e78))
9+
- **rules:** add support for function declaration as test case
10+
([#504](https://github.com/jest-community/eslint-plugin-jest/issues/504))
11+
([ac7fa48](https://github.com/jest-community/eslint-plugin-jest/commit/ac7fa487d05705bee1b2d5264d5096f0232ae1e1))
12+
113
# [23.3.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.2.0...v23.3.0) (2020-01-04)
214

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

0 commit comments

Comments
 (0)