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

This commit is contained in:
github-actions[bot] 2023-05-31 15:40:44 +00:00
parent fdd59c115d
commit 797f97e867
2 changed files with 13 additions and 2 deletions

View file

@ -1,3 +1,14 @@
# [v0.1.0](https://github.com/AdeAttwood/DiffCov/compare/v0.0.2...v0.1.0) (2023-05-31)
### Bug Fixes
* **deps:** update dependency yargs to v17.7.2 ([cb7441d](https://github.com/AdeAttwood/DiffCov/commit/cb7441db1d886d39a9fba5c3dd908cf75efd8173))
### Features
* add better error message when the `coverageFile` is not found ([e20a3d3](https://github.com/AdeAttwood/DiffCov/commit/e20a3d3747157a9c4830cd4454850f19aa2b2819))
## [v0.0.2](https://github.com/AdeAttwood/DiffCov/compare/v0.0.1...v0.0.2) (2022-10-24) ## [v0.0.2](https://github.com/AdeAttwood/DiffCov/compare/v0.0.1...v0.0.2) (2022-10-24)
### Bug Fixes ### Bug Fixes

View file

@ -1,6 +1,6 @@
{ {
"name": "@adeattwood/diff-cov", "name": "@adeattwood/diff-cov",
"version": "0.0.2", "version": "0.1.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",
@ -44,4 +44,4 @@
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"typescript": "^5.0.0" "typescript": "^5.0.0"
} }
} }