Skip to content

Commit

Permalink
Release 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hudochenkov committed Nov 11, 2018
1 parent f09fc7e commit b3f7018
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/).

## 4.0.1
* Fixed: Incorrect sorting in Node.js 11, due recent change to `Array.sort()` in V8.
* Fixed: Logic for `at-variables` keyword for `order` now follows `postcss-less@3` parser.

## 4.0.0
* Breaking change: Dropped Node.js 4 support. Node.js 6.14.3 is the minimum supported version.
* 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).
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": "postcss-sorting",
"version": "4.0.0",
"version": "4.0.1",
"description": "PostCSS plugin to keep rules and at-rules content in order.",
"keywords": [
"postcss",
Expand Down

0 comments on commit b3f7018

Please sign in to comment.