Skip to content

Commit 4952519

Browse files
committed
10.0.0
1 parent 5eee0eb commit 4952519

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

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+
715
## [v9.1.0](https://github.com/cahamilton/stylelint-config-property-sort-order-smacss/tree/v9.1.0)
816

917
- Adds support for Stylelint v15

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stylelint-config-property-sort-order-smacss",
3-
"version": "9.1.0",
3+
"version": "10.0.0",
44
"description": "Stylelint config for Property Sort Ordering based on the SMACSS methodology",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)