From 72bf01933205f40e2c9339be56eb9d25f2a5d29e Mon Sep 17 00:00:00 2001 From: Benjamin Coe Date: Thu, 2 May 2019 16:44:43 -0700 Subject: [PATCH] chore(release): 4.1.2 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 017b97fe..5160f8cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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. +## [4.1.2](https://github.com/bcoe/c8/compare/v4.1.1...v4.1.2) (2019-05-02) + + +### Bug Fixes + +* make tmp directory regardless of clean ([44d2185](https://github.com/bcoe/c8/commit/44d2185)) + + + ## [4.1.1](https://github.com/bcoe/c8/compare/v4.1.0...v4.1.1) (2019-05-02) diff --git a/package-lock.json b/package-lock.json index 946b8453..1058418a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "c8", - "version": "4.1.1", + "version": "4.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 61a0efa9..47fbfc38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "c8", - "version": "4.1.1", + "version": "4.1.2", "description": "output coverage reports using Node.js' built in coverage", "main": "index.js", "bin": "./bin/c8.js",