Skip to content

Commit 87d0d58

Browse files
committed
2.18.1
1 parent 0960b0f commit 87d0d58

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changes
22

3+
## 2.18.1
4+
5+
- Always set `process.exitCode = 1` on bundle errors. Fixes [issue #109][].
6+
- Loosen stack trace detection regexp to not require a leading "at".
7+
- Bump `glob` to `^7.0`.
8+
- Add test coverage for `--bundle` and `--consolify` args (Jonny Reeves)
9+
- Fix tests for new tap version that was pulled (Jarrett Cruger)
10+
11+
[issue #109]: https://github.com/mantoni/mochify.js/issues/109
12+
313
## 2.18.0
414

515
- Implement `--browser-field` option (Koki Takahashi)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mochify",
3-
"version": "2.18.0",
3+
"version": "2.18.1",
44
"description": "TDD with Browserify, Mocha, PhantomJS and WebDriver",
55
"keywords": [
66
"mocha",

0 commit comments

Comments
 (0)