From ef08fa6d25cb441fa33caf35fdde60cdaf4d10aa Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 13 Sep 2021 10:16:35 +0000 Subject: [PATCH] chore(release): 25.0.0-next.2 [skip ci] # [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 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) 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",