Skip to content

Commit dcb931a

Browse files
committed
Release 1.3.0
1 parent 84dc4da commit dcb931a

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+
## 1.3.0
6+
* Added `empty-lines-between-media-rules` option which set a number of empty lines between nested media rules. #16
7+
58
## 1.2.3
69
* Fixed removing last comments in the rule.
710
* Fixed adding empty lines between children rules if there are comments between them.

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": "1.2.3",
3+
"version": "1.3.0",
44
"description": "PostCSS plugin to sort rules content with specified order.",
55
"keywords": [
66
"postcss",

0 commit comments

Comments
 (0)