Skip to content

Commit

Permalink
10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cahamilton committed Dec 15, 2023
1 parent 5eee0eb commit 4952519
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 4952519

Please sign in to comment.