Skip to content

Commit be3934a

Browse files
chore(release): 1.1.10 [skip ci]
## [1.1.10](v1.1.9...v1.1.10) (2019-11-14) ### Bug Fixes * respect `verbose` config ([14f9ab7](14f9ab7)), closes [#6](#6)
1 parent 14f9ab7 commit be3934a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.1.10](https://github.com/jest-community/jest-react-reporter/compare/v1.1.9...v1.1.10) (2019-11-14)
2+
3+
### Bug Fixes
4+
5+
- respect `verbose` config
6+
([14f9ab7](https://github.com/jest-community/jest-react-reporter/commit/14f9ab7a28be4a19b202a123ea21f2c0c50e8588)),
7+
closes [#6](https://github.com/jest-community/jest-react-reporter/issues/6)
8+
19
## [1.1.9](https://github.com/jest-community/jest-react-reporter/compare/v1.1.8...v1.1.9) (2019-11-13)
210

311
### 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.9",
3+
"version": "1.1.10",
44
"description": "Reporter for Jest written in React",
55
"repository": "jest-community/jest-react-reporter",
66
"license": "MIT",

0 commit comments

Comments
 (0)