From 46fcffb95c2aac692ec8bfd9e68953a47778b238 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 13 Jun 2023 13:22:29 +0000 Subject: [PATCH] chore(release): v0.2.0 [skip ci] --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ed2ab5..7f1730e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [v0.2.0](https://github.com/AdeAttwood/DiffCov/compare/v0.1.0...v0.2.0) (2023-06-13) + +### Features + +* update the coverage to exclude "normal" lines ([9192e62](https://github.com/AdeAttwood/DiffCov/commit/9192e6299547bfb18106af22363f1d10ecfa6ec6)) + # [v0.1.0](https://github.com/AdeAttwood/DiffCov/compare/v0.0.2...v0.1.0) (2023-05-31) ### Bug Fixes diff --git a/package.json b/package.json index 66840ad..f1f4c25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adeattwood/diff-cov", - "version": "0.1.0", + "version": "0.2.0", "description": "Simple CLI to get test coverage on a diff", "main": "./lib/index.js", "types": "./lib/index.d.ts",