Skip to content

Commit 8ca2564

Browse files
chore(release): 3.0.0
1 parent 594d84c commit 8ca2564

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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+
## [3.0.0](https://github.com/webpack-contrib/eslint-webpack-plugin/compare/v2.5.4...v3.0.0) (2021-07-19)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* webpack v4 and nodejs v10 dropped (#105)
11+
12+
* webpack v4 and nodejs v10 dropped ([#105](https://github.com/webpack-contrib/eslint-webpack-plugin/issues/105)) ([594d84c](https://github.com/webpack-contrib/eslint-webpack-plugin/commit/594d84cc800057f889b23a27e9bc31e2eb5e32f1))
13+
514
### [2.5.4](https://github.com/webpack-contrib/eslint-webpack-plugin/compare/v2.5.3...v2.5.4) (2021-04-19)
615

716

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-webpack-plugin",
3-
"version": "2.5.4",
3+
"version": "3.0.0",
44
"description": "A ESLint plugin for webpack",
55
"license": "MIT",
66
"repository": "webpack-contrib/eslint-webpack-plugin",

0 commit comments

Comments
 (0)