Skip to content

Commit f417897

Browse files
committed
Merge pull request #170 from bcoe/update-changelog
update changelog for 6.x release
2 parents 911cab2 + f7e7ec7 commit f417897

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
## Change Log
22

3-
### Upcoming
3+
### v6.0.0 (2016/02/20 +7:00)
44

5+
- [#167](https://github.com/bcoe/nyc/pull/167) all of nyc's settings can now
6+
be configured in package.json (@bcoe)
57
- [#164](https://github.com/bcoe/nyc/pull/164) coverage tracking now uses absolute paths, awesome \o/ (@novemberborn)
68
- [#163](https://github.com/bcoe/nyc/pull/163) support for extensions other than .js (@lloydcotten)
79

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"source-map": "^0.5.3",
8585
"spawn-wrap": "^1.1.1",
8686
"strip-bom": "^2.0.0",
87-
"yargs": "^4.0.0"
87+
"yargs": "^4.1.0"
8888
},
8989
"devDependencies": {
9090
"any-path": "^1.3.0",

0 commit comments

Comments
 (0)