Skip to content

Commit

Permalink
chore(release): 25.3.3 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Dec 30, 2021
1 parent 9e70f55 commit 6b27aa7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
## [25.3.3](https://github.com/jest-community/eslint-plugin-jest/compare/v25.3.2...v25.3.3) (2021-12-30)


### Bug Fixes

* **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))
* **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))

## [25.3.2](https://github.com/jest-community/eslint-plugin-jest/compare/v25.3.1...v25.3.2) (2021-12-27)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-jest",
"version": "25.3.2",
"version": "25.3.3",
"description": "Eslint rules for Jest",
"keywords": [
"eslint",
Expand Down

0 comments on commit 6b27aa7

Please sign in to comment.