Skip to content

Commit 6e79b51

Browse files
chore(release): 4.0.0
1 parent fe36043 commit 6e79b51

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+
## [4.0.0](https://github.com/webpack-contrib/stylelint-webpack-plugin/compare/v3.3.0...v4.0.0) (2023-02-02)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* drop node v12 ([#284](https://github.com/webpack-contrib/stylelint-webpack-plugin/issues/284)) ([1d0a5a8](https://github.com/webpack-contrib/stylelint-webpack-plugin/commit/1d0a5a8be39ceabcc170a3b7709d2587c0dd3a62))
11+
12+
### Bug Fixes
13+
14+
* path ignored ([#312](https://github.com/webpack-contrib/stylelint-webpack-plugin/issues/312)) ([805b54c](https://github.com/webpack-contrib/stylelint-webpack-plugin/commit/805b54c1b9a48f603f018ad7cfde9daee71944e4))
15+
16+
517
## [3.3.0](https://github.com/webpack-contrib/stylelint-webpack-plugin/compare/v3.2.0...v3.3.0) (2022-05-20)
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.3.0",
3+
"version": "4.0.0",
44
"description": "A Stylelint plugin for webpack",
55
"license": "MIT",
66
"repository": "webpack-contrib/stylelint-webpack-plugin",

0 commit comments

Comments
 (0)