From 4be7f5dcf3f63e35b5e366c65c71283f514e1a01 Mon Sep 17 00:00:00 2001 From: Aleks Hudochenkov Date: Mon, 25 Sep 2017 00:51:38 +0200 Subject: [PATCH] Release 0.7.0 --- CHANGELOG.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d72483f..a52f034 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 0.7.0 + +* Specified `stylelint` in `peerDependencies` rather in `dependencies`. Following [stylelint's plugin guide](https://github.com/stylelint/stylelint/blob/master/docs/developer-guide/plugins.md#peer-dependencies). + ## 0.6.0 -* Migrate to `stylelint@8.0.0`. +* Migrated to `stylelint@8.0.0`. ## 0.5.0 * Added autofixing for every rule! Please read docs before using this feature, because each rule has some caveats. stylelint 7.11+ is required for this feature. diff --git a/package.json b/package.json index 9bb47aa..a3e78df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylelint-order", - "version": "0.6.0", + "version": "0.7.0", "description": "A collection of order related linting rules for stylelint.", "keywords": [ "stylelint-plugin",