diff --git a/CHANGELOG.md b/CHANGELOG.md index 79a0415..f19318c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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. + +## [2.1.1](https://github.com/mattlewis92/karma-coverage-istanbul-reporter/compare/v2.1.0...v2.1.1) (2019-11-21) + + +### Bug Fixes + +* add npm funding link ([ee9fb51](https://github.com/mattlewis92/karma-coverage-istanbul-reporter/commit/ee9fb51)) + + + # [2.1.0](https://github.com/mattlewis92/karma-coverage-istanbul-reporter/compare/v2.0.6...v2.1.0) (2019-07-24) diff --git a/package-lock.json b/package-lock.json index 0edbdb8..d4a6319 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "karma-coverage-istanbul-reporter", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5c52fc3..5946375 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "karma-coverage-istanbul-reporter", - "version": "2.1.0", + "version": "2.1.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"