From 72ad1c4fe0129ad3db2d0acef5714d2166e65f9d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 20 May 2019 22:16:24 +0000 Subject: [PATCH 1/2] updated CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4990e01..483d8977 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [5.0.1](https://www.github.com/bcoe/c8/compare/v5.0.0...v5.0.1) (2019-05-20) + + +### Bug Fixes + +* temporary files should be in tmp folder ([#106](https://www.github.com/bcoe/c8/issues/106)) ([64dd2e6](https://www.github.com/bcoe/c8/commit/64dd2e6)) + ## [5.0.0](https://www.github.com/bcoe/c8/compare/v4.1.5...v5.0.0) (2019-05-20) From 06f43a65f754fe8727166b9abf13687029fd17d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 20 May 2019 22:16:27 +0000 Subject: [PATCH 2/2] updated package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 21d27006..18f2968a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "c8", - "version": "5.0.0", + "version": "5.0.1", "description": "output coverage reports using Node.js' built in coverage", "main": "index.js", "bin": "./bin/c8.js",