Skip to content

Commit

Permalink
chore(release): 1.1.9 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Nov 13, 2019
1 parent 6a33c81 commit f3c659c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [1.1.9](https://github.com/jest-community/jest-react-reporter/compare/v1.1.8...v1.1.9) (2019-11-13)

### Bug Fixes

- care less about width of terminal
([aa29f45](https://github.com/jest-community/jest-react-reporter/commit/aa29f4513d113306f840d46877003e38fe3d9fe5))
- handle duplicate log messages without barfing
([d48891a](https://github.com/jest-community/jest-react-reporter/commit/d48891ad69f2b50463561cf1bd62bb036e57677c))
- use normal spaces as padding instead of nbsp
([6a33c81](https://github.com/jest-community/jest-react-reporter/commit/6a33c81482a3341ffc7ff13919f38bde3fcf9448))

## [1.1.8](https://github.com/jest-community/jest-react-reporter/compare/v1.1.7...v1.1.8) (2019-11-13)

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

0 comments on commit f3c659c

Please sign in to comment.