Skip to content

Commit 7669ca2

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](v2.0.1...v3.0.0) (2022-02-26) ### Bug Fixes * **deps:** update jest monorepo to v27 (major) ([#31](#31)) ([bc9d09f](bc9d09f)) * put string inside Text ([3481e50](3481e50)) ### Features * drop node 10 and 13 ([abccf17](abccf17)) * update ink to v3 ([#41](#41)) ([15cb8b9](15cb8b9)) ### BREAKING CHANGES * Remove support for node 10 and 13
1 parent f5b09e0 commit 7669ca2

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# [3.0.0](https://github.com/jest-community/jest-react-reporter/compare/v2.0.1...v3.0.0) (2022-02-26)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** update jest monorepo to v27 (major) ([#31](https://github.com/jest-community/jest-react-reporter/issues/31)) ([bc9d09f](https://github.com/jest-community/jest-react-reporter/commit/bc9d09f3bfa2672b33498d3607e1c0f91b32ad97))
7+
* put string inside Text ([3481e50](https://github.com/jest-community/jest-react-reporter/commit/3481e5016349ce32bce10d1ff75bdc3ee171cd7b))
8+
9+
10+
### Features
11+
12+
* drop node 10 and 13 ([abccf17](https://github.com/jest-community/jest-react-reporter/commit/abccf17cb29292f8f7ddddd4bce72202456e6fd9))
13+
* update ink to v3 ([#41](https://github.com/jest-community/jest-react-reporter/issues/41)) ([15cb8b9](https://github.com/jest-community/jest-react-reporter/commit/15cb8b96c1db49128df8f7030a1702993ed82dba))
14+
15+
16+
### BREAKING CHANGES
17+
18+
* Remove support for node 10 and 13
19+
120
## [2.0.1](https://github.com/jest-community/jest-react-reporter/compare/v2.0.0...v2.0.1) (2020-05-23)
221

322

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": "2.0.1",
3+
"version": "3.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)