Skip to content

Commit cce08bf

Browse files
committed
Release 1.5.0
1 parent ca6d25e commit cce08bf

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.5.0
6+
* Add `empty-lines-before-comment` and `empty-lines-after-comment`, which add empty lines before and after a comment or a group of comments.
7+
58
## 1.4.1
69
* Fix issue with a rule content starting with a comment and follow by a rule. Error happens if config has any option except `sort-order`. #21
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": "1.4.1",
3+
"version": "1.5.0",
44
"description": "PostCSS plugin to sort rules content with specified order.",
55
"keywords": [
66
"postcss",

0 commit comments

Comments
 (0)