File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
4
4
5
5
This project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ v10.0.0] ( https://github.com/cahamilton/stylelint-config-property-sort-order-smacss/tree/v10.0.0 )
8
+
9
+ - Adds support for Stylelint v16
10
+ - Remove Node v14 and v16 support (EOL)
11
+ - Set minimum Node version required for Stylelint v16 in engines field
12
+
13
+ [ Full Changelog] ( https://github.com/cahamilton/stylelint-config-property-sort-order-smacss/compare/v9.1.0...v10.0.0 )
14
+
7
15
## [ v9.1.0] ( https://github.com/cahamilton/stylelint-config-property-sort-order-smacss/tree/v9.1.0 )
8
16
9
17
- Adds support for Stylelint v15
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " stylelint-config-property-sort-order-smacss" ,
3
- "version" : " 9.1 .0" ,
3
+ "version" : " 10.0 .0" ,
4
4
"description" : " Stylelint config for Property Sort Ordering based on the SMACSS methodology" ,
5
5
"main" : " index.js" ,
6
6
"files" : [
You can’t perform that action at this time.
0 commit comments