diff --git a/CHANGELOG.md b/CHANGELOG.md index aa0d854..4dbc1d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [3.1.0](https://github.com/webpack-contrib/eslint-webpack-plugin/compare/v3.0.1...v3.1.0) (2021-10-27) + + +### Features + +* support eslint 8 ([#121](https://github.com/webpack-contrib/eslint-webpack-plugin/issues/121)) ([caeb2dd](https://github.com/webpack-contrib/eslint-webpack-plugin/commit/caeb2dd198ea4261091650e62cb30d2a54530f1d)) + ### [3.0.1](https://github.com/webpack-contrib/eslint-webpack-plugin/compare/v3.0.0...v3.0.1) (2021-07-20) diff --git a/package-lock.json b/package-lock.json index ed9b79e..b8bf4c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-webpack-plugin", - "version": "3.0.1", + "version": "3.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "eslint-webpack-plugin", - "version": "3.0.1", + "version": "3.1.0", "license": "MIT", "dependencies": { "@types/eslint": "^7.28.2", diff --git a/package.json b/package.json index fd13efd..0f12e5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-webpack-plugin", - "version": "3.0.1", + "version": "3.1.0", "description": "A ESLint plugin for webpack", "license": "MIT", "repository": "webpack-contrib/eslint-webpack-plugin",