From 3d73db94eef243c79e45a872b5139d86473cff43 Mon Sep 17 00:00:00 2001 From: Ricardo Gobbo de Souza Date: Fri, 2 Feb 2024 08:40:06 -0300 Subject: [PATCH] chore(release): 5.0.0 --- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 6 +++--- package.json | 2 +- 3 files changed, 20 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea78eee..7fcb019 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ 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. +## [5.0.0](https://github.com/webpack-contrib/stylelint-webpack-plugin/compare/v4.1.0...v5.0.0) (2024-02-02) + + +### ⚠ BREAKING CHANGES + +* minimum supported Node.js version is 18 (#345) + +### Features + +* 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)) + + +### build + +* 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)) + ### [4.1.1](https://github.com/webpack-contrib/stylelint-webpack-plugin/compare/v4.1.0...v4.1.1) (2023-04-10) diff --git a/package-lock.json b/package-lock.json index 910c621..cf44602 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "stylelint-webpack-plugin", - "version": "4.1.1", + "version": "5.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "stylelint-webpack-plugin", - "version": "4.1.1", + "version": "5.0.0", "license": "MIT", "dependencies": { "globby": "^11.1.0", @@ -59,7 +59,7 @@ "url": "https://opencollective.com/webpack" }, "peerDependencies": { - "stylelint": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^15.0.0", + "stylelint": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", "webpack": "^5.0.0" } }, diff --git a/package.json b/package.json index afb5b29..2435936 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylelint-webpack-plugin", - "version": "4.1.1", + "version": "5.0.0", "description": "A Stylelint plugin for webpack", "license": "MIT", "repository": "webpack-contrib/stylelint-webpack-plugin",