diff --git a/CHANGELOG.md b/CHANGELOG.md index baf5a165..7356d58d 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. +### [7.11.2](https://github.com/bcoe/c8/compare/v7.11.1...v7.11.2) (2022-04-20) + + +### Bug Fixes + +* **perf:** cache `this.exclude.shouldInstrument` for improved performance ([#388](https://github.com/bcoe/c8/issues/388)) ([8b36f23](https://github.com/bcoe/c8/commit/8b36f23c253742d3ef1c9d52c8e843fff63cdacd)) + ### [7.11.1](https://github.com/bcoe/c8/compare/v7.11.0...v7.11.1) (2022-04-20) diff --git a/package-lock.json b/package-lock.json index 3baf903a..5d222ad6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "c8", - "version": "7.11.1", + "version": "7.11.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "c8", - "version": "7.11.1", + "version": "7.11.2", "license": "ISC", "dependencies": { "@bcoe/v8-coverage": "^0.2.3", diff --git a/package.json b/package.json index 575e0143..014f505b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "c8", - "version": "7.11.1", + "version": "7.11.2", "description": "output coverage reports using Node.js' built in coverage", "main": "./index.js", "types": "./index.d.ts",