Skip to content

Commit a785f80

Browse files
author
Benjamin Coe
committed
see changelog for details
1 parent 00bbeb2 commit a785f80

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
<a name="6.2.0"></a>
2+
# [6.2.0](https://github.com/bcoe/nyc/compare/v6.1.1...v6.2.0) (2016-04-05)
3+
4+
5+
### Bug Fixes
6+
7+
* **bundle dependencies:** start bundling dependencies, which should address some issues we have seen with ([6116077](https://github.com/bcoe/nyc/commit/6116077))
8+
* **exit code:** use test program’s exit code even with `--check-coverage` ([00bbeb2](https://github.com/bcoe/nyc/commit/00bbeb2))
9+
10+
### Features
11+
12+
* **conventional changelog:** introducing conventional-changelog for changelog generation ([f594c5e](https://github.com/bcoe/nyc/commit/f594c5e))
13+
* **exclude patterns:** introduces new exclude-patterns based on @kentcdodds' coding conventions. ([51b1777](https://github.com/bcoe/nyc/commit/51b1777))
14+
* **update dependencies:** new foreground-child and spawn-wrap have landed \o/ ([1a0ad0b](https://github.com/bcoe/nyc/commit/1a0ad0b))
15+
16+
17+
118
### v6.1.1 (2016/03/13 14:23 +7:00)
219

320
- [#194](https://github.com/bcoe/nyc/pull/194) hot-fix for --all with multiple extensions (@bcoe)

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nyc",
3-
"version": "6.1.1",
3+
"version": "6.2.0",
44
"description": "a code coverage tool that works well with subprocesses.",
55
"main": "index.js",
66
"scripts": {
@@ -134,4 +134,4 @@
134134
"strip-bom",
135135
"yargs"
136136
]
137-
}
137+
}

0 commit comments

Comments
 (0)