diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b7ae91..529760d 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.1.1](https://github.com/webpack-contrib/stylelint-webpack-plugin/compare/v4.1.0...v4.1.1) (2023-04-10) + ## [4.1.0](https://github.com/webpack-contrib/stylelint-webpack-plugin/compare/v4.0.0...v4.1.0) (2023-02-18) diff --git a/package-lock.json b/package-lock.json index d10dc6f..c34e752 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "stylelint-webpack-plugin", - "version": "4.1.0", + "version": "4.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "stylelint-webpack-plugin", - "version": "4.1.0", + "version": "4.1.1", "license": "MIT", "dependencies": { "globby": "^11.1.0", diff --git a/package.json b/package.json index d60b983..ae4ba5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylelint-webpack-plugin", - "version": "4.1.0", + "version": "4.1.1", "description": "A Stylelint plugin for webpack", "license": "MIT", "repository": "webpack-contrib/stylelint-webpack-plugin",