chore(release): v0.2.0 [skip ci]
This commit is contained in:
parent
da6a7a1967
commit
46fcffb95c
2 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue