Skip to content

Commit 13c041a

Browse files
chore(release): 25.0.0-next.1 [skip ci]
# [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
1 parent bcd8d11 commit 13c041a

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.1](https://github.com/jest-community/eslint-plugin-jest/compare/v24.4.0...v25.0.0-next.1) (2021-09-13)
2+
3+
4+
### Bug Fixes
5+
6+
* 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))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* Drop support for Node 10 and 15
12+
113
# [24.4.0](https://github.com/jest-community/eslint-plugin-jest/compare/v24.3.7...v24.4.0) (2021-07-21)
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": "24.4.0",
3+
"version": "25.0.0-next.1",
44
"description": "Eslint rules for Jest",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)