diff --git a/CHANGELOG.md b/CHANGELOG.md index 555922c..34806a4 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/). +## 0.4.2 +* Fixed: `order` and `properties-order` weren't recognize SCSS nested properties as declarations. + ## 0.4.1 * Fixed `properties-order` bug, when non-standard declaration is following after a standard one diff --git a/package.json b/package.json index 86fc13c..8d69fa8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylelint-order", - "version": "0.4.1", + "version": "0.4.2", "description": "A collection of order related linting rules for stylelint.", "keywords": [ "stylelint-plugin",