chore(release): v0.0.2 [skip ci]
This commit is contained in:
parent
83ecd1f04c
commit
8e9cbcd396
2 changed files with 8 additions and 2 deletions
|
|
@ -1,3 +1,9 @@
|
||||||
|
## [v0.0.2](https://github.com/AdeAttwood/DiffCov/compare/v0.0.1...v0.0.2) (2022-10-24)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* move @types/node to a dev dependencies ([661126d](https://github.com/AdeAttwood/DiffCov/commit/661126daab47d7ef1f22372a9b5283c97c4be8cd))
|
||||||
|
|
||||||
## v0.0.1 (2022-10-24)
|
## v0.0.1 (2022-10-24)
|
||||||
|
|
||||||
**NOTE:** This is a patch release only
|
**NOTE:** This is a patch release only
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@adeattwood/diff-cov",
|
"name": "@adeattwood/diff-cov",
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
"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",
|
||||||
|
|
@ -44,4 +44,4 @@
|
||||||
"ts-node": "^10.9.1",
|
"ts-node": "^10.9.1",
|
||||||
"typescript": "^4.8.4"
|
"typescript": "^4.8.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue