From c2c3efb4ba8f7ebbc69542c3c4d140308886a335 Mon Sep 17 00:00:00 2001 From: Ricardo Gobbo de Souza Date: Thu, 23 Jun 2022 12:04:58 -0300 Subject: [PATCH] chore(release): 2.7.0 --- 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 3bb6687..f0cc139 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. +## [2.7.0](https://github.com/webpack-contrib/eslint-webpack-plugin/compare/v2.6.0...v2.7.0) (2022-06-23) + ## [2.6.0](https://github.com/webpack-contrib/eslint-webpack-plugin/compare/v2.5.4...v2.6.0) (2021-11-12) diff --git a/package-lock.json b/package-lock.json index b5ab658..50f971e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-webpack-plugin", - "version": "2.6.0", + "version": "2.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "eslint-webpack-plugin", - "version": "2.6.0", + "version": "2.7.0", "license": "MIT", "dependencies": { "@types/eslint": "^7.29.0", diff --git a/package.json b/package.json index e18134c..69a2407 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-webpack-plugin", - "version": "2.6.0", + "version": "2.7.0", "description": "A ESLint plugin for webpack", "license": "MIT", "repository": "webpack-contrib/eslint-webpack-plugin",