Skip to content

Commit ae64937

Browse files
chore(release): 4.0.0 [skip ci]
# [4.0.0](v3.0.0...v4.0.0) (2022-09-06) ### Features * drop node 12 ([49089b5](49089b5)) * update to Jest 29 and support 27-29 in peer dependencies ([#100](#100)) ([a0aaa14](a0aaa14)) ### BREAKING CHANGES * No longer support Node 12
1 parent a0aaa14 commit ae64937

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [4.0.0](https://github.com/jest-community/jest-react-reporter/compare/v3.0.0...v4.0.0) (2022-09-06)
2+
3+
4+
### Features
5+
6+
* drop node 12 ([49089b5](https://github.com/jest-community/jest-react-reporter/commit/49089b566843aadd80096cf8c6f5d84e6c1d4a7d))
7+
* update to Jest 29 and support 27-29 in peer dependencies ([#100](https://github.com/jest-community/jest-react-reporter/issues/100)) ([a0aaa14](https://github.com/jest-community/jest-react-reporter/commit/a0aaa14b9ab18690a1d8d29009a37dbf55278c24))
8+
9+
10+
### BREAKING CHANGES
11+
12+
* No longer support Node 12
13+
114
# [3.0.0](https://github.com/jest-community/jest-react-reporter/compare/v2.0.1...v3.0.0) (2022-02-26)
215

316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-react-reporter",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "Reporter for Jest written in React",
55
"repository": "jest-community/jest-react-reporter",
66
"license": "MIT",

0 commit comments

Comments
 (0)