Skip to content

Commit 014c8bb

Browse files
committed
Release 3.0.1
1 parent 04dda9f commit 014c8bb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

5+
## 3.0.1
6+
* Fixed: Inconsistent sorting for the same name properties in `properties-order`.
7+
58
## 3.0.0
69
This is a cleanup release. Removed everything not related to ordering stylesheets. I recommend to use combination [stylelint 7.11+](https://stylelint.io/) with `--fix` option and [stylelint-order 0.5+](https://github.com/hudochenkov/stylelint-order) plugin instead of this plugin. Using combination above you'll receive linting and autofixing using only one tool!
710

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

0 commit comments

Comments
 (0)