Skip to content

Commit 5a743c8

Browse files
chore(release): 2.4.0 [skip ci]
# [2.4.0](v2.3.0...v2.4.0) (2024-04-20) ### Features * support ESLint v9 ([#185](#185)) ([42d36b1](42d36b1))
1 parent 42d36b1 commit 5a743c8

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+
# [2.4.0](https://github.com/jest-community/eslint-plugin-jest-extended/compare/v2.3.0...v2.4.0) (2024-04-20)
2+
3+
4+
### Features
5+
6+
* support ESLint v9 ([#185](https://github.com/jest-community/eslint-plugin-jest-extended/issues/185)) ([42d36b1](https://github.com/jest-community/eslint-plugin-jest-extended/commit/42d36b198d0c6b489636843475e8ebd9ea4e837d))
7+
18
# [2.3.0](https://github.com/jest-community/eslint-plugin-jest-extended/compare/v2.2.0...v2.3.0) (2024-04-20)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-jest-extended",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"description": "Eslint rules for Jest Extended",
55
"keywords": [
66
"jest",

0 commit comments

Comments
 (0)