Skip to content

Commit 949dd4b

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.1.10...v2.0.0) (2020-05-23) ### Bug Fixes * build with (patched) ncc ([146370d](146370d)) * update dependencies ([f2e12da](f2e12da)) * use `import type` syntax ([8ff117c](8ff117c)) ### BREAKING CHANGES * do not emit type information * drop support for Node 8
1 parent 146370d commit 949dd4b

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [2.0.0](https://github.com/jest-community/jest-react-reporter/compare/v1.1.10...v2.0.0) (2020-05-23)
2+
3+
4+
### Bug Fixes
5+
6+
* build with (patched) ncc ([146370d](https://github.com/jest-community/jest-react-reporter/commit/146370dd6a3a1908766c98b33434261b185ef4c3))
7+
* update dependencies ([f2e12da](https://github.com/jest-community/jest-react-reporter/commit/f2e12da36d9203af4763e8c805548160e8bd92e6))
8+
* use `import type` syntax ([8ff117c](https://github.com/jest-community/jest-react-reporter/commit/8ff117c93c7a9a05b7d7883bac74489bf9d06ee1))
9+
10+
11+
### BREAKING CHANGES
12+
13+
* do not emit type information
14+
* drop support for Node 8
15+
116
## [1.1.10](https://github.com/jest-community/jest-react-reporter/compare/v1.1.9...v1.1.10) (2019-11-14)
217

318
### Bug Fixes

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