Skip to content

Commit

Permalink
chore(release): v0.0.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 24, 2022
1 parent 83ecd1f commit 8e9cbcd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -44,4 +44,4 @@
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
}
}
}

0 comments on commit 8e9cbcd

Please sign in to comment.