Skip to content

Commit

Permalink
chore(release): 4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed May 3, 2019
1 parent 206b83f commit d0b132e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3](https://github.com/bcoe/c8/compare/v4.1.2...v4.1.3) (2019-05-03)


### Bug Fixes

* switch to mkdirp for Node 8 ([206b83f](https://github.com/bcoe/c8/commit/206b83f))



## [4.1.2](https://github.com/bcoe/c8/compare/v4.1.1...v4.1.2) (2019-05-02)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "c8",
"version": "4.1.2",
"version": "4.1.3",
"description": "output coverage reports using Node.js' built in coverage",
"main": "index.js",
"bin": "./bin/c8.js",
Expand Down

0 comments on commit d0b132e

Please sign in to comment.