Skip to content

Commit

Permalink
chore(release): 6.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Coe committed Apr 27, 2016
1 parent af0df0c commit 693b797
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="6.4.1"></a>
## [6.4.1](https://github.com/bcoe/nyc/compare/v6.4.0...v6.4.1) (2016-04-27)


### Bug Fixes

* strip any duplicate extensions from --extension ([#237](https://github.com/bcoe/nyc/issues/237)) ([0946f82](https://github.com/bcoe/nyc/commit/0946f82))



<a name="6.4.0"></a>
# [6.4.0](https://github.com/bcoe/nyc/compare/v6.3.0...v6.4.0) (2016-04-11)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nyc",
"version": "6.4.0",
"version": "6.4.1",
"description": "a code coverage tool that works well with subprocesses.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -136,4 +136,4 @@
"strip-bom",
"yargs"
]
}
}

0 comments on commit 693b797

Please sign in to comment.