diff --git a/CHANGELOG.md b/CHANGELOG.md index bd130fd..9206cf7 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.3](https://github.com/mattlewis92/karma-coverage-istanbul-reporter/compare/v3.0.2...v3.0.3) (2020-05-28) + + +### Bug Fixes + +* duplicated files when "skipFilesWithNoCoverage=false" on windows ([052f6ab](https://github.com/mattlewis92/karma-coverage-istanbul-reporter/commit/052f6abca9a3039fca2a65e9e8488f39f9072b26)) + ### [3.0.2](https://github.com/mattlewis92/karma-coverage-istanbul-reporter/compare/v3.0.1...v3.0.2) (2020-05-05) diff --git a/package-lock.json b/package-lock.json index 04dc26f..75a4a4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "karma-coverage-istanbul-reporter", - "version": "3.0.2", + "version": "3.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4d8223d..b466c41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "karma-coverage-istanbul-reporter", - "version": "3.0.2", + "version": "3.0.3", "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"