From e1edc4087f216a7a0308ff4e446f93e190d29c15 Mon Sep 17 00:00:00 2001 From: Aleks Hudochenkov Date: Tue, 20 Nov 2018 23:10:12 +0100 Subject: [PATCH] Release 2.0.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bdefa5..354e455 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/). +## 2.0.0 + +This is a major release, because this plugin requires stylelint@9.8.0+ to work correctly with Less files. + +* Add optional groupName property for properties-order. +* Adopted `postcss-less@3` parser changes, which is dependency of `stylelint@9.7.0+`. +* Fixed incorrect fixing when properties order and empty lines should be changed at the same time. + ## 1.0.0 * Removed `stylelint@8` as a peer dependency. diff --git a/package.json b/package.json index 3e1cba3..d7c67ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylelint-order", - "version": "1.0.0", + "version": "2.0.0", "description": "A collection of order related linting rules for stylelint.", "keywords": [ "stylelint-plugin",