Skip to content

Commit 613b26f

Browse files
chore(release): 26.0.0 [skip ci]
# [26.0.0](v25.7.0...v26.0.0) (2022-01-24) ### Bug Fixes * migrate to non-experimental ts-eslint utils ([#1035](#1035)) ([e894f51](e894f51)) ### BREAKING CHANGES * Drop support for `@typescript-eslint/eslint-plugin@4`
1 parent e894f51 commit 613b26f

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+
# [26.0.0](https://github.com/jest-community/eslint-plugin-jest/compare/v25.7.0...v26.0.0) (2022-01-24)
2+
3+
4+
### Bug Fixes
5+
6+
* migrate to non-experimental ts-eslint utils ([#1035](https://github.com/jest-community/eslint-plugin-jest/issues/1035)) ([e894f51](https://github.com/jest-community/eslint-plugin-jest/commit/e894f51a0d12e3872a4a41d6ea01950b81c07950))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* Drop support for `@typescript-eslint/eslint-plugin@4`
12+
113
# [25.7.0](https://github.com/jest-community/eslint-plugin-jest/compare/v25.6.0...v25.7.0) (2022-01-15)
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": "25.7.0",
3+
"version": "26.0.0",
44
"description": "Eslint rules for Jest",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)