diff --git a/CHANGELOG.md b/CHANGELOG.md index 610f796..adf6dde 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.1](https://github.com/webpack-contrib/stylelint-webpack-plugin/compare/v3.1.0...v3.1.1) (2022-01-14) + + +### Bug Fixes + +* remove outdated stylelint types ([#260](https://github.com/webpack-contrib/stylelint-webpack-plugin/issues/260)) ([f5e5e4c](https://github.com/webpack-contrib/stylelint-webpack-plugin/commit/f5e5e4c5c481a5fc35c63b21d908dc7d63f17c73)) + ## [3.1.0](https://github.com/webpack-contrib/stylelint-webpack-plugin/compare/v3.0.1...v3.1.0) (2021-11-01) diff --git a/package-lock.json b/package-lock.json index c8bde6b..61781fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "stylelint-webpack-plugin", - "version": "3.1.0", + "version": "3.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "stylelint-webpack-plugin", - "version": "3.1.0", + "version": "3.1.1", "license": "MIT", "dependencies": { "globby": "^11.0.4", diff --git a/package.json b/package.json index 989a5e9..1dc66d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylelint-webpack-plugin", - "version": "3.1.0", + "version": "3.1.1", "description": "A Stylelint plugin for webpack", "license": "MIT", "repository": "webpack-contrib/stylelint-webpack-plugin",