Skip to content

Commit f93ad4f

Browse files
author
Ian VanSchooten
committed
4.1.0
1 parent d09ec6a commit f93ad4f

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
### MASTER
44

5+
### 4.1.0
6+
* [ENHANCEMENT] Add `contextName` option to control Mocha report output
7+
58
### 4.0.0
69
* [BREAKING] Update to ESLint `^4.2.0`
710

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mocha-eslint",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "run ESLint as mocha tests",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)