From 119b40d1d13f969ed5dbdf4e939125070fb8b65b Mon Sep 17 00:00:00 2001 From: Ricardo Gobbo de Souza Date: Mon, 10 Apr 2023 17:14:53 -0300 Subject: [PATCH] chore(release): 4.0.1 --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e873fad..d7c74b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [4.0.1](https://github.com/webpack-contrib/eslint-webpack-plugin/compare/v4.0.0...v4.0.1) (2023-04-10) + ## [4.0.0](https://github.com/webpack-contrib/eslint-webpack-plugin/compare/v3.2.0...v4.0.0) (2023-02-03) diff --git a/package-lock.json b/package-lock.json index 1d10e14..de40052 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-webpack-plugin", - "version": "4.0.0", + "version": "4.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "eslint-webpack-plugin", - "version": "4.0.0", + "version": "4.0.1", "license": "MIT", "dependencies": { "@types/eslint": "^8.37.0", diff --git a/package.json b/package.json index cbef16b..b283ab2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-webpack-plugin", - "version": "4.0.0", + "version": "4.0.1", "description": "A ESLint plugin for webpack", "license": "MIT", "repository": "webpack-contrib/eslint-webpack-plugin",