Skip to content

Commit ef08fa6

Browse files
chore(release): 25.0.0-next.2 [skip ci]
# [25.0.0-next.2](v25.0.0-next.1...v25.0.0-next.2) (2021-09-13) ### Bug Fixes * stop testing ESLint 5 ([#893](#893)) ([47a0138](47a0138)) ### BREAKING CHANGES * Drop support for ESLint 5
1 parent 47a0138 commit ef08fa6

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [25.0.0-next.2](https://github.com/jest-community/eslint-plugin-jest/compare/v25.0.0-next.1...v25.0.0-next.2) (2021-09-13)
2+
3+
4+
### Bug Fixes
5+
6+
* stop testing ESLint 5 ([#893](https://github.com/jest-community/eslint-plugin-jest/issues/893)) ([47a0138](https://github.com/jest-community/eslint-plugin-jest/commit/47a0138856e6247cde00b17682e49865b8f5a1f6))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* Drop support for ESLint 5
12+
113
# [25.0.0-next.1](https://github.com/jest-community/eslint-plugin-jest/compare/v24.4.0...v25.0.0-next.1) (2021-09-13)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-jest",
3-
"version": "25.0.0-next.1",
3+
"version": "25.0.0-next.2",
44
"description": "Eslint rules for Jest",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)