Skip to content

Commit 83c8d62

Browse files
chore(release): 2.4.0
1 parent 999efe8 commit 83c8d62

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
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.
44

5+
## [2.4.0](https://github.com/webpack-contrib/stylelint-webpack-plugin/compare/v2.3.2...v2.4.0) (2022-05-20)
6+
7+
8+
### Features
9+
10+
* add stylelint prefix to CLI output ([#279](https://github.com/webpack-contrib/stylelint-webpack-plugin/issues/279)) ([9e14831](https://github.com/webpack-contrib/stylelint-webpack-plugin/commit/9e148314ec1d4c5a13b0210edbaee1fba25c4ca5))
11+
* removed cjs wrapper ([#281](https://github.com/webpack-contrib/stylelint-webpack-plugin/issues/281)) ([1ccd8bf](https://github.com/webpack-contrib/stylelint-webpack-plugin/commit/1ccd8bf5cfe32dc0ca24261b2d2ee6ab9f99df7b))
12+
13+
14+
### Bug Fixes
15+
16+
* ignore file ([#282](https://github.com/webpack-contrib/stylelint-webpack-plugin/issues/282)) ([999efe8](https://github.com/webpack-contrib/stylelint-webpack-plugin/commit/999efe8adc7eb9ef170ad3b06aa568ef7f965695))
17+
518
### [2.3.2](https://github.com/webpack-contrib/stylelint-webpack-plugin/compare/v2.3.1...v2.3.2) (2022-01-13)
619

720

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stylelint-webpack-plugin",
3-
"version": "2.3.2",
3+
"version": "2.4.0",
44
"description": "A Stylelint plugin for webpack",
55
"license": "MIT",
66
"repository": "webpack-contrib/stylelint-webpack-plugin",

0 commit comments

Comments
 (0)