Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d90aed6

Browse files
author
Benjamin Coe
committed
chore(release): 11.0.0
1 parent 2f68559 commit d90aed6

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
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.
44

5+
<a name="11.0.0"></a>
6+
# [11.0.0](https://github.com/istanbuljs/nyc/compare/v10.3.2...v11.0.0) (2017-05-31)
7+
8+
9+
### Bug Fixes
10+
11+
* add support for ES6 modules ([f18f780](https://github.com/istanbuljs/nyc/commit/f18f780))
12+
13+
14+
### Features
15+
16+
* allow .nycrc.json ([#580](https://github.com/istanbuljs/nyc/issues/580)) ([a1a457f](https://github.com/istanbuljs/nyc/commit/a1a457f))
17+
* upgrade to version of yargs with support for presets ([33829b8](https://github.com/istanbuljs/nyc/commit/33829b8))
18+
19+
20+
### BREAKING CHANGES
21+
22+
* new version of find-up requires dropping 0.10/0.12 support (which we had already been planning).
23+
24+
25+
526
<a name="10.3.2"></a>
627
## [10.3.2](https://github.com/istanbuljs/nyc/compare/v10.3.1...v10.3.2) (2017-05-05)
728

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nyc",
3-
"version": "10.3.2",
3+
"version": "11.0.0",
44
"description": "the Istanbul command line interface",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)