Skip to content

Commit

Permalink
chore(release): 11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Coe committed May 31, 2017
1 parent 2f68559 commit d90aed6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,27 @@

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.0.0"></a>
# [11.0.0](https://github.com/istanbuljs/nyc/compare/v10.3.2...v11.0.0) (2017-05-31)


### Bug Fixes

* add support for ES6 modules ([f18f780](https://github.com/istanbuljs/nyc/commit/f18f780))


### Features

* allow .nycrc.json ([#580](https://github.com/istanbuljs/nyc/issues/580)) ([a1a457f](https://github.com/istanbuljs/nyc/commit/a1a457f))
* upgrade to version of yargs with support for presets ([33829b8](https://github.com/istanbuljs/nyc/commit/33829b8))


### BREAKING CHANGES

* new version of find-up requires dropping 0.10/0.12 support (which we had already been planning).



<a name="10.3.2"></a>
## [10.3.2](https://github.com/istanbuljs/nyc/compare/v10.3.1...v10.3.2) (2017-05-05)

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

0 comments on commit d90aed6

Please sign in to comment.