Skip to content

Commit

Permalink
chore(release): 28.0.0-next.4 [skip ci]
Browse files Browse the repository at this point in the history
# [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
  • Loading branch information
semantic-release-bot committed Mar 23, 2024
1 parent 150e355 commit 4d6f79a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
# [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)


### Features

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


### BREAKING CHANGES

* dropped support for `@typescript-eslint/eslint-plugin` v5

# [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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-jest",
"version": "28.0.0-next.3",
"version": "28.0.0-next.4",
"description": "ESLint rules for Jest",
"keywords": [
"eslint",
Expand Down

0 comments on commit 4d6f79a

Please sign in to comment.