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

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Jan 2, 2016
1 parent 5cb6c1e commit d285a2d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.2.0 - 2016-01-02

- Added: this loader now pass down the input source map to the next chained
loader if it exists
([#70](https://github.com/MoOx/eslint-loader/pull/70)).

# 1.1.1 - 2015-10-08

- Fixed: `failOnError` and `failOnWarning` now print messages.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-loader",
"version": "1.1.1",
"version": "1.2.0",
"description": "eslint loader (for webpack)",
"keywords": [
"lint",
Expand Down

0 comments on commit d285a2d

Please sign in to comment.