Skip to content

Commit 90b3cb1

Browse files
chore(release): 5.0.0 [skip ci]
# [5.0.0](v4.0.1...v5.0.0) (2025-02-15) ### chore * upgrade typescript ([#219](#219)) ([341c2f9](341c2f9)) ### BREAKING CHANGES * Node versions 14, 16 and 21 are no longer supported
1 parent 341c2f9 commit 90b3cb1

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+
# [5.0.0](https://github.com/jest-community/jest-react-reporter/compare/v4.0.1...v5.0.0) (2025-02-15)
2+
3+
4+
### chore
5+
6+
* upgrade typescript ([#219](https://github.com/jest-community/jest-react-reporter/issues/219)) ([341c2f9](https://github.com/jest-community/jest-react-reporter/commit/341c2f9bf2e78c1d7fb22e2dfac79ce3daedee8d))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* Node versions 14, 16 and 21 are no longer supported
12+
113
## [4.0.1](https://github.com/jest-community/jest-react-reporter/compare/v4.0.0...v4.0.1) (2024-05-12)
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": "jest-react-reporter",
3-
"version": "4.0.1",
3+
"version": "5.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)