diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ed2ab5..7f1730e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [v0.2.0](https://github.com/AdeAttwood/DiffCov/compare/v0.1.0...v0.2.0) (2023-06-13) + +### Features + +* update the coverage to exclude "normal" lines ([9192e62](https://github.com/AdeAttwood/DiffCov/commit/9192e6299547bfb18106af22363f1d10ecfa6ec6)) + # [v0.1.0](https://github.com/AdeAttwood/DiffCov/compare/v0.0.2...v0.1.0) (2023-05-31) ### Bug Fixes diff --git a/package.json b/package.json index 66840ad..f1f4c25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adeattwood/diff-cov", - "version": "0.1.0", + "version": "0.2.0", "description": "Simple CLI to get test coverage on a diff", "main": "./lib/index.js", "types": "./lib/index.d.ts",