Skip to content

Commit 3d73db9

Browse files
chore(release): 5.0.0
1 parent a40857c commit 3d73db9

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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+
## [5.0.0](https://github.com/webpack-contrib/stylelint-webpack-plugin/compare/v4.1.0...v5.0.0) (2024-02-02)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* minimum supported Node.js version is 18 (#345)
11+
12+
### Features
13+
14+
* support stylelint v16 ([#346](https://github.com/webpack-contrib/stylelint-webpack-plugin/issues/346)) ([a40857c](https://github.com/webpack-contrib/stylelint-webpack-plugin/commit/a40857c7004a2637482ef43fc4a9540f92e67d59))
15+
16+
17+
### build
18+
19+
* minimum supported Node.js version is 18 ([#345](https://github.com/webpack-contrib/stylelint-webpack-plugin/issues/345)) ([1ee4588](https://github.com/webpack-contrib/stylelint-webpack-plugin/commit/1ee4588efaef953ab287edf359937b1eda325ae2))
20+
521
### [4.1.1](https://github.com/webpack-contrib/stylelint-webpack-plugin/compare/v4.1.0...v4.1.1) (2023-04-10)
622

723

package-lock.json

Lines changed: 3 additions & 3 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": "4.1.1",
3+
"version": "5.0.0",
44
"description": "A Stylelint plugin for webpack",
55
"license": "MIT",
66
"repository": "webpack-contrib/stylelint-webpack-plugin",

0 commit comments

Comments
 (0)