From e93934c93f276b2bfacb791e724ffed057eab7bc Mon Sep 17 00:00:00 2001 From: Ricardo Gobbo de Souza Date: Thu, 13 Jan 2022 20:18:31 -0300 Subject: [PATCH] chore(release): 2.3.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 7d3df71..3143e4b 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.3.2](https://github.com/webpack-contrib/stylelint-webpack-plugin/compare/v2.3.1...v2.3.2) (2022-01-13) + + +### Bug Fixes + +* remove outdated stylelint types ([#254](https://github.com/webpack-contrib/stylelint-webpack-plugin/issues/254)) ([69f33bf](https://github.com/webpack-contrib/stylelint-webpack-plugin/commit/69f33bf76b1c597c80b204966010c5b78ad9662f)) + ### [2.3.1](https://github.com/webpack-contrib/stylelint-webpack-plugin/compare/v2.3.0...v2.3.1) (2021-11-11) ## [2.3.0](https://github.com/webpack-contrib/stylelint-webpack-plugin/compare/v2.2.2...v2.3.0) (2021-11-11) diff --git a/package-lock.json b/package-lock.json index 3b83b88..20254cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "stylelint-webpack-plugin", - "version": "2.3.1", + "version": "2.3.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "stylelint-webpack-plugin", - "version": "2.3.1", + "version": "2.3.2", "license": "MIT", "dependencies": { "arrify": "^2.0.1", diff --git a/package.json b/package.json index 00f9e21..01b82f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylelint-webpack-plugin", - "version": "2.3.1", + "version": "2.3.2", "description": "A Stylelint plugin for webpack", "license": "MIT", "repository": "webpack-contrib/stylelint-webpack-plugin",