Skip to content

Commit 4d6f79a

Browse files
chore(release): 28.0.0-next.4 [skip ci]
# [28.0.0-next.4](v28.0.0-next.3...v28.0.0-next.4) (2024-03-23) ### Features * drop support for `@typescript-eslint/eslint-plugin` v5 ([#1530](#1530)) ([150e355](150e355)) ### BREAKING CHANGES * dropped support for `@typescript-eslint/eslint-plugin` v5
1 parent 150e355 commit 4d6f79a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [28.0.0-next.4](https://github.com/jest-community/eslint-plugin-jest/compare/v28.0.0-next.3...v28.0.0-next.4) (2024-03-23)
2+
3+
4+
### Features
5+
6+
* drop support for `@typescript-eslint/eslint-plugin` v5 ([#1530](https://github.com/jest-community/eslint-plugin-jest/issues/1530)) ([150e355](https://github.com/jest-community/eslint-plugin-jest/commit/150e3558a637b49ddd76d362f88332b30f78dc5c))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* dropped support for `@typescript-eslint/eslint-plugin` v5
12+
113
# [28.0.0-next.3](https://github.com/jest-community/eslint-plugin-jest/compare/v28.0.0-next.2...v28.0.0-next.3) (2024-03-22)
214

315

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-jest",
3-
"version": "28.0.0-next.3",
3+
"version": "28.0.0-next.4",
44
"description": "ESLint rules for Jest",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)