Skip to content

Commit

Permalink
chore(release): 11.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Coe committed Apr 16, 2018
1 parent 24e5979 commit 62a4e83
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,17 @@

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.

<a name="11.7.0"></a>
# [11.7.0](https://github.com/istanbuljs/nyc/compare/v11.6.0...v11.7.0) (2018-04-16)


### Features

* allow 0-line files to be ignored in coverage output ([#808](https://github.com/istanbuljs/nyc/issues/808)) ([24e5979](https://github.com/istanbuljs/nyc/commit/24e5979))
* load coverage files individually instead of all at once, addressing memory issues ([#806](https://github.com/istanbuljs/nyc/issues/806)) ([05fea60](https://github.com/istanbuljs/nyc/commit/05fea60))



<a name="11.6.0"></a>
# [11.6.0](https://github.com/istanbuljs/nyc/compare/v11.5.0...v11.6.0) (2018-03-13)

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "nyc",
"version": "11.6.0",
"version": "11.7.0",
"description": "the Istanbul command line interface",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 62a4e83

Please sign in to comment.