Skip to content

Commit

Permalink
chore(release): 26.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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`
  • Loading branch information
semantic-release-bot committed Jan 24, 2022
1 parent e894f51 commit 613b26f
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 @@
# [26.0.0](https://github.com/jest-community/eslint-plugin-jest/compare/v25.7.0...v26.0.0) (2022-01-24)


### Bug Fixes

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


### BREAKING CHANGES

* Drop support for `@typescript-eslint/eslint-plugin@4`

# [25.7.0](https://github.com/jest-community/eslint-plugin-jest/compare/v25.6.0...v25.7.0) (2022-01-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-jest",
"version": "25.7.0",
"version": "26.0.0",
"description": "Eslint rules for Jest",
"keywords": [
"eslint",
Expand Down

0 comments on commit 613b26f

Please sign in to comment.