From 0bd6ef0bef34f9146921164f988411242727b1d1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 13 Nov 2019 08:06:49 +0000 Subject: [PATCH] chore(release): 1.1.2 [skip ci] ## [1.1.2](https://github.com/jest-community/jest-react-reporter/compare/v1.1.1...v1.1.2) (2019-11-13) ### Bug Fixes * always show estimation if higher than runtime ([bd653b1](https://github.com/jest-community/jest-react-reporter/commit/bd653b1d5dd1c81f504dd832166c413f996dd6ba)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfbe723..cc0b8cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.2](https://github.com/jest-community/jest-react-reporter/compare/v1.1.1...v1.1.2) (2019-11-13) + +### Bug Fixes + +- always show estimation if higher than runtime + ([bd653b1](https://github.com/jest-community/jest-react-reporter/commit/bd653b1d5dd1c81f504dd832166c413f996dd6ba)) + ## [1.1.1](https://github.com/jest-community/jest-react-reporter/compare/v1.1.0...v1.1.1) (2019-11-12) ### Bug Fixes diff --git a/package.json b/package.json index c186f90..77fc68e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-react-reporter", - "version": "1.1.1", + "version": "1.1.2", "description": "Reporter for Jest written in React", "repository": "jest-community/jest-react-reporter", "license": "MIT",