We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4494ed2 commit efdd7d7Copy full SHA for efdd7d7
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [27.1.2](https://github.com/jest-community/eslint-plugin-jest/compare/v27.1.1...v27.1.2) (2022-10-14)
2
+
3
4
+### Bug Fixes
5
6
+* **valid-expect-in-promise:** adjust grammer in rule message ([#1264](https://github.com/jest-community/eslint-plugin-jest/issues/1264)) ([4494ed2](https://github.com/jest-community/eslint-plugin-jest/commit/4494ed21686edeb1bc4535cb2159989f87a7493e))
7
8
## [27.1.1](https://github.com/jest-community/eslint-plugin-jest/compare/v27.1.0...v27.1.1) (2022-10-05)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-jest",
- "version": "27.1.1",
+ "version": "27.1.2",
"description": "ESLint rules for Jest",
"keywords": [
"eslint",
0 commit comments