Skip to content

Commit

Permalink
Release 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hudochenkov committed Mar 29, 2017
1 parent 2d1757d commit d6e6fbb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit d6e6fbb

Please sign in to comment.