Skip to content

Commit 8169a71

Browse files
committed
2.19.0
1 parent 86026a4 commit 8169a71

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGES.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changes
22

3-
## Next
3+
## 2.19.0
44

5-
- Support passing reporterOptions to mocha reporter via API. Fixes [issue #144][].
5+
- Support passing `reporterOptions` to mocha reporter via API (Tomer Lahav).
6+
[PR #144][], fixes [issue #143][].
7+
8+
[PR #144]: https://github.com/mantoni/mochify.js/pull/144
9+
[issue #143]: https://github.com/mantoni/mochify.js/issues/143
610

711
## 2.18.1
812

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.1",
3+
"version": "2.19.0",
44
"description": "TDD with Browserify, Mocha, PhantomJS and WebDriver",
55
"keywords": [
66
"mocha",

0 commit comments

Comments
 (0)