Skip to content

Commit 10020ee

Browse files
chore(release): 23.5.0 [skip ci]
# [23.5.0](v23.4.0...v23.5.0) (2020-01-12) ### Features * **expect-expect:** support glob patterns for assertFunctionNames ([#509](#509)) ([295ca9a](295ca9a)) * **valid-expect:** refactor `valid-expect` linting messages ([#501](#501)) ([7338362](7338362))
1 parent 295ca9a commit 10020ee

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# [23.5.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.4.0...v23.5.0) (2020-01-12)
2+
3+
### Features
4+
5+
- **expect-expect:** support glob patterns for assertFunctionNames
6+
([#509](https://github.com/jest-community/eslint-plugin-jest/issues/509))
7+
([295ca9a](https://github.com/jest-community/eslint-plugin-jest/commit/295ca9a6969c77fadaa1a42d76e89cae992520a6))
8+
- **valid-expect:** refactor `valid-expect` linting messages
9+
([#501](https://github.com/jest-community/eslint-plugin-jest/issues/501))
10+
([7338362](https://github.com/jest-community/eslint-plugin-jest/commit/7338362420eb4970f99be2016bb4ded5732797e3))
11+
112
# [23.4.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.3.0...v23.4.0) (2020-01-10)
213

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

0 commit comments

Comments
 (0)