Skip to content

Commit f3c659c

Browse files
chore(release): 1.1.9 [skip ci]
## [1.1.9](v1.1.8...v1.1.9) (2019-11-13) ### Bug Fixes * care less about width of terminal ([aa29f45](aa29f45)) * handle duplicate log messages without barfing ([d48891a](d48891a)) * use normal spaces as padding instead of nbsp ([6a33c81](6a33c81))
1 parent 6a33c81 commit f3c659c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [1.1.9](https://github.com/jest-community/jest-react-reporter/compare/v1.1.8...v1.1.9) (2019-11-13)
2+
3+
### Bug Fixes
4+
5+
- care less about width of terminal
6+
([aa29f45](https://github.com/jest-community/jest-react-reporter/commit/aa29f4513d113306f840d46877003e38fe3d9fe5))
7+
- handle duplicate log messages without barfing
8+
([d48891a](https://github.com/jest-community/jest-react-reporter/commit/d48891ad69f2b50463561cf1bd62bb036e57677c))
9+
- use normal spaces as padding instead of nbsp
10+
([6a33c81](https://github.com/jest-community/jest-react-reporter/commit/6a33c81482a3341ffc7ff13919f38bde3fcf9448))
11+
112
## [1.1.8](https://github.com/jest-community/jest-react-reporter/compare/v1.1.7...v1.1.8) (2019-11-13)
213

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

0 commit comments

Comments
 (0)