Skip to content

Commit 7620285

Browse files
chore(release): 3.2.0
1 parent dc9a2e3 commit 7620285

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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+
## [3.2.0](https://github.com/webpack-contrib/stylelint-webpack-plugin/compare/v3.1.1...v3.2.0) (2022-03-21)
6+
7+
8+
### Features
9+
10+
* removed cjs wrapper ([#265](https://github.com/webpack-contrib/stylelint-webpack-plugin/issues/265)) ([dc9a2e3](https://github.com/webpack-contrib/stylelint-webpack-plugin/commit/dc9a2e3522c26310cf38126571edd3cdf4966792))
11+
12+
13+
### Bug Fixes
14+
15+
* ignored file ([#266](https://github.com/webpack-contrib/stylelint-webpack-plugin/issues/266)) ([ac50bf5](https://github.com/webpack-contrib/stylelint-webpack-plugin/commit/ac50bf51454260b1e52518c0e20e6d55f4496b58))
16+
517
### [3.1.1](https://github.com/webpack-contrib/stylelint-webpack-plugin/compare/v3.1.0...v3.1.1) (2022-01-14)
618

719

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": "3.1.1",
3+
"version": "3.2.0",
44
"description": "A Stylelint plugin for webpack",
55
"license": "MIT",
66
"repository": "webpack-contrib/stylelint-webpack-plugin",

0 commit comments

Comments
 (0)