Skip to content

Commit

Permalink
chore(release): 23.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Jan 10, 2020
1 parent beb1aec commit e629006
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
# [23.4.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.3.0...v23.4.0) (2020-01-10)

### Features

- **expect-expect:** support chained function names
([#471](https://github.com/jest-community/eslint-plugin-jest/issues/471))
([#508](https://github.com/jest-community/eslint-plugin-jest/issues/508))
([beb1aec](https://github.com/jest-community/eslint-plugin-jest/commit/beb1aececee80589c182e95bc64ef01d97eb5e78))
- **rules:** add support for function declaration as test case
([#504](https://github.com/jest-community/eslint-plugin-jest/issues/504))
([ac7fa48](https://github.com/jest-community/eslint-plugin-jest/commit/ac7fa487d05705bee1b2d5264d5096f0232ae1e1))

# [23.3.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.2.0...v23.3.0) (2020-01-04)

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

0 comments on commit e629006

Please sign in to comment.