chore(release): v0.2.0 [skip ci]

This commit is contained in:
github-actions[bot] 2023-06-13 13:22:29 +00:00
parent da6a7a1967
commit 46fcffb95c
2 changed files with 7 additions and 1 deletions

View file

@ -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) # [v0.1.0](https://github.com/AdeAttwood/DiffCov/compare/v0.0.2...v0.1.0) (2023-05-31)
### Bug Fixes ### Bug Fixes

View file

@ -1,6 +1,6 @@
{ {
"name": "@adeattwood/diff-cov", "name": "@adeattwood/diff-cov",
"version": "0.1.0", "version": "0.2.0",
"description": "Simple CLI to get test coverage on a diff", "description": "Simple CLI to get test coverage on a diff",
"main": "./lib/index.js", "main": "./lib/index.js",
"types": "./lib/index.d.ts", "types": "./lib/index.d.ts",