Skip to content

Commit d6e6fbb

Browse files
committed
Release 0.4.2
1 parent 2d1757d commit d6e6fbb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
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+
## 0.4.2
6+
* Fixed: `order` and `properties-order` weren't recognize SCSS nested properties as declarations.
7+
58
## 0.4.1
69
* Fixed `properties-order` bug, when non-standard declaration is following after a standard one
710

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stylelint-order",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "A collection of order related linting rules for stylelint.",
55
"keywords": [
66
"stylelint-plugin",

0 commit comments

Comments
 (0)