From 1b73153dfb7b3d27ca341f201d3f1e5b1ca55d5d Mon Sep 17 00:00:00 2001 From: Ricardo Gobbo de Souza Date: Thu, 24 Jun 2021 15:26:50 -0300 Subject: [PATCH] chore(release): 2.2.2 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ad06e8..6577f8c 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.2.2](https://github.com/webpack-contrib/stylelint-webpack-plugin/compare/v2.2.1...v2.2.2) (2021-06-24) + + +### Bug Fixes + +* display errors ([#237](https://github.com/webpack-contrib/stylelint-webpack-plugin/issues/237)) ([e343427](https://github.com/webpack-contrib/stylelint-webpack-plugin/commit/e343427ccf877bfaa997d9ca988a0de64466dd74)) + ### [2.2.1](https://github.com/webpack-contrib/stylelint-webpack-plugin/compare/v2.2.0...v2.2.1) (2021-06-21) diff --git a/package-lock.json b/package-lock.json index ee0e8d0..d579873 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "stylelint-webpack-plugin", - "version": "2.2.1", + "version": "2.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "2.2.0", + "version": "2.2.1", "license": "MIT", "dependencies": { "@types/stylelint": "^13.13.0", diff --git a/package.json b/package.json index 80aa3b5..950fbe4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylelint-webpack-plugin", - "version": "2.2.1", + "version": "2.2.2", "description": "A Stylelint plugin for webpack", "license": "MIT", "repository": "webpack-contrib/stylelint-webpack-plugin",