Skip to content
This repository was archived by the owner on May 31, 2021. It is now read-only.

Commit 54a98df

Browse files
committed
Release 2.1.1
1 parent 8c9fb69 commit 54a98df

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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+
## 2.1.1
6+
7+
* Fixed a regression when `emptyLineBefore` wasn't working properly when `declaration-empty-line-before` wasn't set.
8+
59
## 2.1.0
610

711
* Update to postcss-sorting@2.1.0 https://github.com/hudochenkov/postcss-sorting/releases/tag/2.1.0

messages.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"1.4.0": "messages/1.4.0.txt",
66
"1.5.0": "messages/1.5.0.txt",
77
"2.0.0": "messages/2.0.0.txt",
8-
"2.1.0": "messages/2.1.0.txt"
8+
"2.1.0": "messages/2.1.0.txt",
9+
"2.1.1": "messages/2.1.1.txt"
910
}

messages/2.1.1.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Version 2.1.1
2+
3+
* Fixed a regression when `emptyLineBefore` wasn't working properly when `declaration-empty-line-before` wasn't set.

0 commit comments

Comments
 (0)