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

Commit c086892

Browse files
chore(release): 4.0.0
1 parent 1a12052 commit c086892

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [4.0.0](https://github.com/webpack-contrib/eslint-loader/compare/v3.0.4...v4.0.0) (2020-04-03)
6+
7+
### Breaking Changes
8+
9+
* drop support for Node < 10.13.0
10+
* minimum supported eslint version is 6
11+
512
### [3.0.4](https://github.com/webpack-contrib/eslint-loader/compare/v3.0.3...v3.0.4) (2020-04-02)
613

714

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": "3.0.4",
3+
"version": "4.0.0",
44
"description": "A ESlint loader for webpack",
55
"license": "MIT",
66
"repository": "webpack-contrib/eslint-loader",

0 commit comments

Comments
 (0)