We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8e61b1 commit 2a9ed3dCopy full SHA for 2a9ed3d
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [27.1.0](https://github.com/jest-community/eslint-plugin-jest/compare/v27.0.4...v27.1.0) (2022-10-03)
2
+
3
4
+### Features
5
6
+* create `no-restricted-jest-methods` rule ([#1257](https://github.com/jest-community/eslint-plugin-jest/issues/1257)) ([b8e61b1](https://github.com/jest-community/eslint-plugin-jest/commit/b8e61b192ac79971575a3a250df2c54056eadc90))
7
8
## [27.0.4](https://github.com/jest-community/eslint-plugin-jest/compare/v27.0.3...v27.0.4) (2022-09-10)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-jest",
- "version": "27.0.4",
+ "version": "27.1.0",
"description": "ESLint rules for Jest",
"keywords": [
"eslint",
0 commit comments