Skip to content

Commit 44de2ad

Browse files
chore(release): 26.4.3 [skip ci]
## [26.4.3](v26.4.2...v26.4.3) (2022-05-29) ### Bug Fixes * don't consider method calls on literals or `new` to be jest functions ([#1132](#1132)) ([379ceb3](379ceb3)) * produce valid code when when fixing properties accessed with square brackets ([#1131](#1131)) ([6cd600d](6cd600d))
1 parent 6cd600d commit 44de2ad

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [26.4.3](https://github.com/jest-community/eslint-plugin-jest/compare/v26.4.2...v26.4.3) (2022-05-29)
2+
3+
4+
### Bug Fixes
5+
6+
* don't consider method calls on literals or `new` to be jest functions ([#1132](https://github.com/jest-community/eslint-plugin-jest/issues/1132)) ([379ceb3](https://github.com/jest-community/eslint-plugin-jest/commit/379ceb31467bb957f6988821c57611e475e59313))
7+
* produce valid code when when fixing properties accessed with square brackets ([#1131](https://github.com/jest-community/eslint-plugin-jest/issues/1131)) ([6cd600d](https://github.com/jest-community/eslint-plugin-jest/commit/6cd600dbd4846fcb7ba8c7756ac0cf4b8b0e0a4b))
8+
19
## [26.4.2](https://github.com/jest-community/eslint-plugin-jest/compare/v26.4.1...v26.4.2) (2022-05-28)
210

311

package.json

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

0 commit comments

Comments
 (0)