Skip to content

Commit 056aae1

Browse files
author
Ian VanSchooten
committed
4.0.0
1 parent 50a59aa commit 056aae1

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.0.0
6+
* [BREAKING] Update to ESLint `^4.2.0`
7+
58
### 3.0.1
69
* [BUGFIX] Remove tests from npm package
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": "3.0.1",
3+
"version": "4.0.0",
44
"description": "run ESLint as mocha tests",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)