Skip to content

Commit

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

### Features

- **expect-expect:** support glob patterns for assertFunctionNames
([#509](https://github.com/jest-community/eslint-plugin-jest/issues/509))
([295ca9a](https://github.com/jest-community/eslint-plugin-jest/commit/295ca9a6969c77fadaa1a42d76e89cae992520a6))
- **valid-expect:** refactor `valid-expect` linting messages
([#501](https://github.com/jest-community/eslint-plugin-jest/issues/501))
([7338362](https://github.com/jest-community/eslint-plugin-jest/commit/7338362420eb4970f99be2016bb4ded5732797e3))

# [23.4.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.3.0...v23.4.0) (2020-01-10)

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

0 comments on commit 10020ee

Please sign in to comment.