diff --git a/CHANGELOG.md b/CHANGELOG.md index 86866e8..b919b61 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.0.1](https://github.com/webpack-contrib/stylelint-webpack-plugin/compare/v3.0.0...v3.0.1) (2021-07-20) + + +### Bug Fixes + +* crash with `ERR_REQUIRE_ESM` error ([#240](https://github.com/webpack-contrib/stylelint-webpack-plugin/issues/240)) ([643cede](https://github.com/webpack-contrib/stylelint-webpack-plugin/commit/643cedeb8ad56ad44df4bf24306fe1b9f84e417e)) + ## [3.0.0](https://github.com/webpack-contrib/stylelint-webpack-plugin/compare/v2.2.2...v3.0.0) (2021-07-19) diff --git a/package-lock.json b/package-lock.json index a653d83..9b14a34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "stylelint-webpack-plugin", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "3.0.0", + "version": "3.0.1", "license": "MIT", "dependencies": { "@types/stylelint": "^13.13.1", diff --git a/package.json b/package.json index ed8f906..6923a61 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylelint-webpack-plugin", - "version": "3.0.0", + "version": "3.0.1", "description": "A Stylelint plugin for webpack", "license": "MIT", "repository": "webpack-contrib/stylelint-webpack-plugin",