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)
|
||||
|
||||
**NOTE:** This is a patch release only
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@adeattwood/diff-cov",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"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