Skip to content
This repository was archived by the owner on Sep 28, 2020. It is now read-only.

Commit 74709ef

Browse files
committed
1.9.0
1 parent 651576b commit 74709ef

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1+
# 1.9.0 - 2017-07-06
2+
3+
- Added: `eslintPath` option so you can provide your own eslint path.
4+
([#183](https://github.com/MoOx/eslint-loader/pull/183) - @trungdq88)
5+
16
# 1.8.0 - 2017-06-15
27

38
- Added: support for eslint@^4.0.0
4-
([#178](https://github.com/MoOx/eslint-loader/issues/178) - @Aladdin-ADD)
9+
([#178](https://github.com/MoOx/eslint-loader/issues/178) - @Aladdin-ADD)
510

611
# 1.7.1 - 2017-03-31
712

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": "eslint-loader",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"description": "eslint loader (for webpack)",
55
"keywords": [
66
"lint",

0 commit comments

Comments
 (0)