Skip to content

Commit a34d89b

Browse files
committed
Release 3.0.2
1 parent b59a13e commit a34d89b

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.2
6+
* Changed: Show more helpful error messages for invalid config.
7+
58
## 3.0.1
69
* Fixed: Inconsistent sorting for the same name properties in `properties-order`.
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.1",
3+
"version": "3.0.2",
44
"description": "PostCSS plugin to keep rules and at-rules content in order.",
55
"keywords": [
66
"postcss",

0 commit comments

Comments
 (0)