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

This commit is contained in:
github-actions[bot] 2022-10-24 19:33:07 +00:00
parent 83ecd1f04c
commit 8e9cbcd396
2 changed files with 8 additions and 2 deletions

View file

@ -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

View file

@ -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",
@ -44,4 +44,4 @@
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
}
}
}