diff --git a/CHANGELOG.md b/CHANGELOG.md index f1dc8a1a5..fdf3a49cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [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) + + +### Bug Fixes + +* 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)) + + +### BREAKING CHANGES + +* Drop support for ESLint 5 + # [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) diff --git a/package.json b/package.json index 2ebcdb9f8..fcf06ab93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-jest", - "version": "25.0.0-next.1", + "version": "25.0.0-next.2", "description": "Eslint rules for Jest", "keywords": [ "eslint",