diff --git a/CHANGELOG.md b/CHANGELOG.md index 688a4a4..d208f2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.5](https://github.com/jest-community/jest-react-reporter/compare/v1.1.4...v1.1.5) (2019-11-13) + +### Bug Fixes + +- correct dimming of text in summary + ([2299ec7](https://github.com/jest-community/jest-react-reporter/commit/2299ec7e6d15af27f08b5c83ee4094de915e3eda)) + ## [1.1.4](https://github.com/jest-community/jest-react-reporter/compare/v1.1.3...v1.1.4) (2019-11-13) ### Bug Fixes diff --git a/package.json b/package.json index bd88a6e..64577f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-react-reporter", - "version": "1.1.4", + "version": "1.1.5", "description": "Reporter for Jest written in React", "repository": "jest-community/jest-react-reporter", "license": "MIT",