Skip to content

Commit 3f75921

Browse files
chore(release): 2.3.0 [skip ci]
# [2.3.0](v2.2.0...v2.3.0) (2024-04-20) ### Features * add should-be-fine support for flat configs ([#181](#181)) ([7d106b0](7d106b0))
1 parent 7d106b0 commit 3f75921

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.3.0](https://github.com/jest-community/eslint-plugin-jest-extended/compare/v2.2.0...v2.3.0) (2024-04-20)
2+
3+
4+
### Features
5+
6+
* add should-be-fine support for flat configs ([#181](https://github.com/jest-community/eslint-plugin-jest-extended/issues/181)) ([7d106b0](https://github.com/jest-community/eslint-plugin-jest-extended/commit/7d106b0fc8eb99946ba760bd9f4feccc8fb6e18e))
7+
18
# [2.2.0](https://github.com/jest-community/eslint-plugin-jest-extended/compare/v2.1.0...v2.2.0) (2024-04-19)
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.2.0",
3+
"version": "2.3.0",
44
"description": "Eslint rules for Jest Extended",
55
"keywords": [
66
"jest",

0 commit comments

Comments
 (0)