From 0b3e7f5ea6ec2105f4fbb1b0abfc2a6aee0e0f67 Mon Sep 17 00:00:00 2001 From: MorevM Date: Sun, 17 Mar 2024 15:14:34 +0300 Subject: [PATCH] release: Release version 5.4.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87dd136..13ce505 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ +## [5.4.0](https://github.com/MorevM/stylelint-config/compare/v5.3.1...v5.4.0) (2024-03-17) + + +### Features + +* **scss:** Re-enable `stylelint-use-nesting` plugin ([7b1b1a6](https://github.com/MorevM/stylelint-config/commit/7b1b1a69c5a7351ec1a3850c83667de76344c8eb)) + + +### Chores + +* Bump stylelint-use-nesting from 4.1.0 to 5.1.1 ([a08eeab](https://github.com/MorevM/stylelint-config/commit/a08eeab1806e62ce2790c852e6b1efb546555290)) + ## [5.3.1](https://github.com/MorevM/stylelint-config/compare/v5.3.0...v5.3.1) (2024-03-12) diff --git a/package.json b/package.json index 692d4df..8335984 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@morev/stylelint-config", "description": "Strict shareable Stylelint configuration", "type": "module", - "version": "5.3.1", + "version": "5.4.0", "private": false, "engines": { "node": ">=18.12.0"