diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e0c6c8..393271b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 1.5.0 +* Add `empty-lines-before-comment` and `empty-lines-after-comment`, which add empty lines before and after a comment or a group of comments. + ## 1.4.1 * 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 diff --git a/package.json b/package.json index c6d7668..a4189da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcss-sorting", - "version": "1.4.1", + "version": "1.5.0", "description": "PostCSS plugin to sort rules content with specified order.", "keywords": [ "postcss",