From a50d4e55edaeda210f656462b2469a8c4ef8d6b0 Mon Sep 17 00:00:00 2001 From: Matt Lewis Date: Mon, 4 May 2020 15:27:58 +0100 Subject: [PATCH] chore(release): 3.0.1 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e70a452..4eabe93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [3.0.1](https://github.com/mattlewis92/karma-coverage-istanbul-reporter/compare/v3.0.0...v3.0.1) (2020-05-04) + + +### Bug Fixes + +* set correct process exit code when thresholds are not met ([9ba3fe0](https://github.com/mattlewis92/karma-coverage-istanbul-reporter/commit/9ba3fe0acf3ee778518c154a8dd050584f47bc13)), closes [#80](https://github.com/mattlewis92/karma-coverage-istanbul-reporter/issues/80) + ## [3.0.0](https://github.com/mattlewis92/karma-coverage-istanbul-reporter/compare/v2.1.1...v3.0.0) (2020-05-01) diff --git a/package-lock.json b/package-lock.json index 0dafe7d..02b89b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "karma-coverage-istanbul-reporter", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d63ab0e..5fb757d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "karma-coverage-istanbul-reporter", - "version": "3.0.0", + "version": "3.0.1", "description": "A karma reporter that uses the latest istanbul 1.x APIs (with full sourcemap support) to report coverage.", "funding": { "url": "https://github.com/sponsors/mattlewis92"