Skip to content

Commit c8693d3

Browse files
committed
Release 1.2.3
1 parent 8d63895 commit c8693d3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-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+
## 1.2.3
6+
* Fixed removing last comments in the rule.
7+
* Fixed adding empty lines between children rules if there are comments between them.
8+
59
## 1.2.2
610
* Fixed removing comments in rule if they are only children.
711
* Fixed removing of the first comment in the rule if it's not on separate line.

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

0 commit comments

Comments
 (0)