Skip to content

Commit

Permalink
chore(release): 23.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [23.7.0](v23.6.0...v23.7.0) (2020-02-07)

### Bug Fixes

* **expect-expect:** use `u` flag in regex ([#532](#532)) ([c12b725](c12b725))

### Features

* **valid-title:** support `disallowedWords` option ([#522](#522)) ([38bbe93](38bbe93))
  • Loading branch information
semantic-release-bot committed Feb 7, 2020
1 parent c12b725 commit 88068a7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,17 @@
# [23.7.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.6.0...v23.7.0) (2020-02-07)

### Bug Fixes

- **expect-expect:** use `u` flag in regex
([#532](https://github.com/jest-community/eslint-plugin-jest/issues/532))
([c12b725](https://github.com/jest-community/eslint-plugin-jest/commit/c12b7251ef1506073d268973b93c7fc9fbcf50af))

### Features

- **valid-title:** support `disallowedWords` option
([#522](https://github.com/jest-community/eslint-plugin-jest/issues/522))
([38bbe93](https://github.com/jest-community/eslint-plugin-jest/commit/38bbe93794ed456c6e9e5d7be848b2aeb55ce0ba))

# [23.6.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.5.0...v23.6.0) (2020-01-12)

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

0 comments on commit 88068a7

Please sign in to comment.