diff --git a/CHANGELOG.md b/CHANGELOG.md index eeacdb7..6ed2ab5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) ### Bug Fixes diff --git a/package.json b/package.json index 8db0b74..66840ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adeattwood/diff-cov", - "version": "0.0.2", + "version": "0.1.0", "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": "^5.0.0" } -} +} \ No newline at end of file