From 495251904f2a84d6e6c1bd9cd403ebd1e2193f1e Mon Sep 17 00:00:00 2001 From: Carl Hamilton <4007311+cahamilton@users.noreply.github.com> Date: Fri, 15 Dec 2023 18:11:43 +0000 Subject: [PATCH] 10.0.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f2f0bc..6ba6d4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v10.0.0](https://github.com/cahamilton/stylelint-config-property-sort-order-smacss/tree/v10.0.0) + +- Adds support for Stylelint v16 +- Remove Node v14 and v16 support (EOL) +- Set minimum Node version required for Stylelint v16 in engines field + +[Full Changelog](https://github.com/cahamilton/stylelint-config-property-sort-order-smacss/compare/v9.1.0...v10.0.0) + ## [v9.1.0](https://github.com/cahamilton/stylelint-config-property-sort-order-smacss/tree/v9.1.0) - Adds support for Stylelint v15 diff --git a/package.json b/package.json index 7ae8f51..d2a86e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylelint-config-property-sort-order-smacss", - "version": "9.1.0", + "version": "10.0.0", "description": "Stylelint config for Property Sort Ordering based on the SMACSS methodology", "main": "index.js", "files": [