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": [