Skip to content

Commit

Permalink
chore(release): 25.0.0-next.1 [skip ci]
Browse files Browse the repository at this point in the history
# [25.0.0-next.1](v24.4.0...v25.0.0-next.1) (2021-09-13)

### Bug Fixes

* stop testing on Node 10 and 15 ([#891](#891)) ([bcd8d11](bcd8d11))

### BREAKING CHANGES

* Drop support for Node 10 and 15
  • Loading branch information
semantic-release-bot committed Sep 13, 2021
1 parent bcd8d11 commit 13c041a
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.1](https://github.com/jest-community/eslint-plugin-jest/compare/v24.4.0...v25.0.0-next.1) (2021-09-13)


### Bug Fixes

* stop testing on Node 10 and 15 ([#891](https://github.com/jest-community/eslint-plugin-jest/issues/891)) ([bcd8d11](https://github.com/jest-community/eslint-plugin-jest/commit/bcd8d112fcd98a7652c767bd246d05101979239c))


### BREAKING CHANGES

* Drop support for Node 10 and 15

# [24.4.0](https://github.com/jest-community/eslint-plugin-jest/compare/v24.3.7...v24.4.0) (2021-07-21)


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": "24.4.0",
"version": "25.0.0-next.1",
"description": "Eslint rules for Jest",
"keywords": [
"eslint",
Expand Down

0 comments on commit 13c041a

Please sign in to comment.