Skip to content

Commit b3f7018

Browse files
committed
Release 4.0.1
1 parent f09fc7e commit b3f7018

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](https://semver.org/).
44

5+
## 4.0.1
6+
* Fixed: Incorrect sorting in Node.js 11, due recent change to `Array.sort()` in V8.
7+
* Fixed: Logic for `at-variables` keyword for `order` now follows `postcss-less@3` parser.
8+
59
## 4.0.0
610
* Breaking change: Dropped Node.js 4 support. Node.js 6.14.3 is the minimum supported version.
711
* 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).

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": "4.0.0",
3+
"version": "4.0.1",
44
"description": "PostCSS plugin to keep rules and at-rules content in order.",
55
"keywords": [
66
"postcss",

0 commit comments

Comments
 (0)