Skip to content

Commit 2a9ed3d

Browse files
chore(release): 27.1.0 [skip ci]
# [27.1.0](v27.0.4...v27.1.0) (2022-10-03) ### Features * create `no-restricted-jest-methods` rule ([#1257](#1257)) ([b8e61b1](b8e61b1))
1 parent b8e61b1 commit 2a9ed3d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -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+
18
## [27.0.4](https://github.com/jest-community/eslint-plugin-jest/compare/v27.0.3...v27.0.4) (2022-09-10)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-jest",
3-
"version": "27.0.4",
3+
"version": "27.1.0",
44
"description": "ESLint rules for Jest",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)