Skip to content

Commit

Permalink
chore(release): 11.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin committed Nov 28, 2017
1 parent 93efc55 commit e8225d5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.4.0"></a>
# [11.4.0](https://github.com/istanbuljs/nyc/compare/v11.3.0...v11.4.0) (2017-11-28)


### Bug Fixes

* always invoke instrumenter callback, set appropriate exit-code ([#703](https://github.com/istanbuljs/nyc/issues/703)) ([7ea96ba](https://github.com/istanbuljs/nyc/commit/7ea96ba))


### Features

* allow alternate path for .nycrc to be specified ([#724](https://github.com/istanbuljs/nyc/issues/724)) ([785fccb](https://github.com/istanbuljs/nyc/commit/785fccb))



<a name="11.3.0"></a>
# [11.3.0](https://github.com/istanbuljs/nyc/compare/v11.2.1...v11.3.0) (2017-10-23)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nyc",
"version": "11.3.0",
"version": "11.4.0",
"description": "the Istanbul command line interface",
"main": "index.js",
"scripts": {
Expand Down

1 comment on commit e8225d5

@astorije
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @bcoe, this version is marked as a dist-tag of next, so npm install nyc doesn't pick it up (neither does Greenkeeper, David DM, etc.):

screen shot 2017-12-01 at 14 11 47

Is that intentional?

Please sign in to comment.