Skip to content

Commit 6f4f84c

Browse files
chore(release): 27.2.1 [skip ci]
## [27.2.1](v27.2.0...v27.2.1) (2023-01-06) ### Bug Fixes * **valid-expect-in-promise:** handle sparse arrays ([#1325](#1325)) ([21e72c9](21e72c9))
1 parent 21e72c9 commit 6f4f84c

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.2.1](https://github.com/jest-community/eslint-plugin-jest/compare/v27.2.0...v27.2.1) (2023-01-06)
2+
3+
4+
### Bug Fixes
5+
6+
* **valid-expect-in-promise:** handle sparse arrays ([#1325](https://github.com/jest-community/eslint-plugin-jest/issues/1325)) ([21e72c9](https://github.com/jest-community/eslint-plugin-jest/commit/21e72c9d94ed66c1006212e5da78bac8b62fa8c7))
7+
18
# [27.2.0](https://github.com/jest-community/eslint-plugin-jest/compare/v27.1.7...v27.2.0) (2022-12-31)
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.2.0",
3+
"version": "27.2.1",
44
"description": "ESLint rules for Jest",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)