diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e9999f..7891323 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.5.0](https://github.com/webpack-contrib/stylelint-webpack-plugin/compare/v2.4.0...v2.5.0) (2023-03-10) + + +### Features + +* support stylelint 15 ([#325](https://github.com/webpack-contrib/stylelint-webpack-plugin/issues/325)) ([4035ebe](https://github.com/webpack-contrib/stylelint-webpack-plugin/commit/4035ebe9fe5339dff8dd112bf1d9e5ffce72ce14)) + ## [2.4.0](https://github.com/webpack-contrib/stylelint-webpack-plugin/compare/v2.3.2...v2.4.0) (2022-05-20) diff --git a/package-lock.json b/package-lock.json index 7ec0684..2467558 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "stylelint-webpack-plugin", - "version": "2.4.0", + "version": "2.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "stylelint-webpack-plugin", - "version": "2.4.0", + "version": "2.5.0", "license": "MIT", "dependencies": { "arrify": "^2.0.1", diff --git a/package.json b/package.json index 548707c..a247e9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylelint-webpack-plugin", - "version": "2.4.0", + "version": "2.5.0", "description": "A Stylelint plugin for webpack", "license": "MIT", "repository": "webpack-contrib/stylelint-webpack-plugin",