Skip to content

Commit 88068a7

Browse files
chore(release): 23.7.0 [skip ci]
# [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))
1 parent c12b725 commit 88068a7

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [23.7.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.6.0...v23.7.0) (2020-02-07)
2+
3+
### Bug Fixes
4+
5+
- **expect-expect:** use `u` flag in regex
6+
([#532](https://github.com/jest-community/eslint-plugin-jest/issues/532))
7+
([c12b725](https://github.com/jest-community/eslint-plugin-jest/commit/c12b7251ef1506073d268973b93c7fc9fbcf50af))
8+
9+
### Features
10+
11+
- **valid-title:** support `disallowedWords` option
12+
([#522](https://github.com/jest-community/eslint-plugin-jest/issues/522))
13+
([38bbe93](https://github.com/jest-community/eslint-plugin-jest/commit/38bbe93794ed456c6e9e5d7be848b2aeb55ce0ba))
14+
115
# [23.6.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.5.0...v23.6.0) (2020-01-12)
216

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

0 commit comments

Comments
 (0)