From 6c664fe8a5422274e46eb64f18a47649d8bb5799 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Mon, 10 Sep 2018 22:33:04 -0700 Subject: [PATCH] chore(release): 3.1.0 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17a652c1..30562fda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +# [3.1.0](https://github.com/bcoe/c8/compare/v3.0.3...v3.1.0) (2018-09-11) + + +### Features + +* allow relative paths to be optionally included ([3806c79](https://github.com/bcoe/c8/commit/3806c79)) + + + ## [3.0.3](https://github.com/bcoe/c8/compare/v3.0.2...v3.0.3) (2018-09-10) diff --git a/package-lock.json b/package-lock.json index 9751abdb..ed8b28c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "c8", - "version": "3.0.3", + "version": "3.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4d528db6..f9316a69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "c8", - "version": "3.0.3", + "version": "3.1.0", "description": "output coverage reports using Node.js' built in coverage", "main": "index.js", "bin": "./bin/c8.js",