Skip to content

Commit

Permalink
chore(release): 25.0.0-next.2 [skip ci]
Browse files Browse the repository at this point in the history
# [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
  • Loading branch information
semantic-release-bot committed Sep 13, 2021
1 parent 47a0138 commit ef08fa6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ef08fa6

Please sign in to comment.