Skip to content

Commit 944da94

Browse files
committed
Release 4.0.0
1 parent 2ecc67f commit 944da94

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
3-
This project adheres to [Semantic Versioning](http://semver.org/).
3+
This project adheres to [Semantic Versioning](https://semver.org/).
4+
5+
## 4.0.0
6+
* Breaking change: Dropped Node.js 4 support. Node.js 6.14.3 is the minimum supported version.
7+
* Could be a breaking change: Plugin won't sort inside some at-rule (mostly Sass specific directives). Read more about [ignored at-rules](https://github.com/hudochenkov/postcss-sorting#ignored-at-rules).
8+
* Added: `at-variables` keyword for `order`.
49

510
## 3.1.0
611
* Added: `throw-validate-errors` option.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-sorting",
3-
"version": "3.1.0",
3+
"version": "4.0.0",
44
"description": "PostCSS plugin to keep rules and at-rules content in order.",
55
"keywords": [
66
"postcss",

0 commit comments

Comments
 (0)