Skip to content

Commit f9d21e8

Browse files
committed
Release 0.4.1
1 parent b6d95bd commit f9d21e8

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.1
6+
* Fixed `properties-order` bug, when non-standard declaration is following after a standard one
7+
58
## 0.4.0
69
* Removed `declaration-block-properties-specified-order`. Instead use `properties-order` rule.
710
* Removed `declaration-block-property-groups-structure`. Instead use `properties-order` rule.

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.0",
3+
"version": "0.4.1",
44
"description": "A collection of order related linting rules for stylelint.",
55
"keywords": [
66
"stylelint-plugin",

0 commit comments

Comments
 (0)