diff --git a/CHANGELOG.md b/CHANGELOG.md index b919b61..610f796 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. +## [3.1.0](https://github.com/webpack-contrib/stylelint-webpack-plugin/compare/v3.0.1...v3.1.0) (2021-11-01) + + +### Features + +* support stylelint 14 ([#250](https://github.com/webpack-contrib/stylelint-webpack-plugin/issues/250)) ([8becae6](https://github.com/webpack-contrib/stylelint-webpack-plugin/commit/8becae6f73a0f78c7ade7402d7c6b709a8728399)) + ### [3.0.1](https://github.com/webpack-contrib/stylelint-webpack-plugin/compare/v3.0.0...v3.0.1) (2021-07-20) diff --git a/package-lock.json b/package-lock.json index fa725a3..7b87c0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "stylelint-webpack-plugin", - "version": "3.0.1", + "version": "3.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "stylelint-webpack-plugin", - "version": "3.0.1", + "version": "3.1.0", "license": "MIT", "dependencies": { "@types/stylelint": "^13.13.3", diff --git a/package.json b/package.json index 7ea7640..72a799e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylelint-webpack-plugin", - "version": "3.0.1", + "version": "3.1.0", "description": "A Stylelint plugin for webpack", "license": "MIT", "repository": "webpack-contrib/stylelint-webpack-plugin",