diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a544f0..ff26fb7 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. +### [2.4.2](https://github.com/webpack-contrib/eslint-webpack-plugin/compare/v2.4.1...v2.4.2) (2021-01-19) + + +### Bug Fixes + +* strip resource query ([#58](https://github.com/webpack-contrib/eslint-webpack-plugin/issues/58)) ([f0a2d81](https://github.com/webpack-contrib/eslint-webpack-plugin/commit/f0a2d81a4feecf87e13649f2930f773c04fa3814)) + ### [2.4.1](https://github.com/webpack-contrib/eslint-webpack-plugin/compare/v2.4.0...v2.4.1) (2020-11-30) diff --git a/package-lock.json b/package-lock.json index cfae8fc..5526836 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "eslint-webpack-plugin", - "version": "2.4.1", + "version": "2.4.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index a5a1307..d44b39c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-webpack-plugin", - "version": "2.4.1", + "version": "2.4.2", "description": "A ESLint plugin for webpack", "license": "MIT", "repository": "webpack-contrib/eslint-webpack-plugin",