Skip to content

Commit 6b27aa7

Browse files
chore(release): 25.3.3 [skip ci]
## [25.3.3](v25.3.2...v25.3.3) (2021-12-30) ### Bug Fixes * **prefer-to-contain:** support square bracket accessors ([#1009](#1009)) ([73984a7](73984a7)) * **prefer-to-have-length:** support square bracket accessors ([#1010](#1010)) ([9e70f55](9e70f55))
1 parent 9e70f55 commit 6b27aa7

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+
## [25.3.3](https://github.com/jest-community/eslint-plugin-jest/compare/v25.3.2...v25.3.3) (2021-12-30)
2+
3+
4+
### Bug Fixes
5+
6+
* **prefer-to-contain:** support square bracket accessors ([#1009](https://github.com/jest-community/eslint-plugin-jest/issues/1009)) ([73984a7](https://github.com/jest-community/eslint-plugin-jest/commit/73984a79f790986a17116589a587506bcc10efc0))
7+
* **prefer-to-have-length:** support square bracket accessors ([#1010](https://github.com/jest-community/eslint-plugin-jest/issues/1010)) ([9e70f55](https://github.com/jest-community/eslint-plugin-jest/commit/9e70f550e341432f69a1cd334c19df87513ea906))
8+
19
## [25.3.2](https://github.com/jest-community/eslint-plugin-jest/compare/v25.3.1...v25.3.2) (2021-12-27)
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": "25.3.2",
3+
"version": "25.3.3",
44
"description": "Eslint rules for Jest",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)