Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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
  • Loading branch information
semantic-release-bot committed Sep 6, 2022
1 parent a0aaa14 commit ae64937
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [4.0.0](https://github.com/jest-community/jest-react-reporter/compare/v3.0.0...v4.0.0) (2022-09-06)


### Features

* drop node 12 ([49089b5](https://github.com/jest-community/jest-react-reporter/commit/49089b566843aadd80096cf8c6f5d84e6c1d4a7d))
* 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))


### BREAKING CHANGES

* No longer support Node 12

# [3.0.0](https://github.com/jest-community/jest-react-reporter/compare/v2.0.1...v3.0.0) (2022-02-26)


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": "jest-react-reporter",
"version": "3.0.0",
"version": "4.0.0",
"description": "Reporter for Jest written in React",
"repository": "jest-community/jest-react-reporter",
"license": "MIT",
Expand Down

0 comments on commit ae64937

Please sign in to comment.