From af06296b5222897810d6526c6acbed6a2996834a Mon Sep 17 00:00:00 2001 From: Edoardo Cavazza Date: Tue, 23 Aug 2022 16:15:55 +0200 Subject: [PATCH] Version Package --- CHANGELOG.md | 20 +++++++++++--------- package.json | 2 +- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 443ae19..f580daf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,38 +1,40 @@ # Changelog +## 2.0.1 + +### Patch Changes + +- Fix disabling value for selector-no-qualifying-type + All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ## [2.0.0](https://github.com/chialab/stylelint-config/compare/v1.1.4...v2.0.0) (2022-03-01) ### [1.1.4](https://github.com/chialab/stylelint-config/compare/v1.1.3...v1.1.4) (2021-10-30) - ### Bug Fixes -* disable javascript files ([f91721a](https://github.com/chialab/stylelint-config/commit/f91721abc2f16db0ad8a25bb3224dc1d39c3ae41)) -* remove rule for empty lines before comments ([78bee65](https://github.com/chialab/stylelint-config/commit/78bee65744661adc942d59b456ba4f062035851c)) +- disable javascript files ([f91721a](https://github.com/chialab/stylelint-config/commit/f91721abc2f16db0ad8a25bb3224dc1d39c3ae41)) +- remove rule for empty lines before comments ([78bee65](https://github.com/chialab/stylelint-config/commit/78bee65744661adc942d59b456ba4f062035851c)) ### [1.1.3](https://github.com/chialab/stylelint-config/compare/v1.1.2...v1.1.3) (2021-05-15) - ### Bug Fixes -* do not throw when cannot import a file to read its custom properties ([e427c58](https://github.com/chialab/stylelint-config/commit/e427c5855bb1ddf45fd6a315811b85be14c180c8)) +- do not throw when cannot import a file to read its custom properties ([e427c58](https://github.com/chialab/stylelint-config/commit/e427c5855bb1ddf45fd6a315811b85be14c180c8)) ### [1.1.2](https://github.com/chialab/stylelint-config/compare/v1.1.1...v1.1.2) (2021-05-05) - ### Bug Fixes -* correctly resolve style modules ([dd2f331](https://github.com/chialab/stylelint-config/commit/dd2f331cd939b211fb496a58a7bcea43e48307bc)) +- correctly resolve style modules ([dd2f331](https://github.com/chialab/stylelint-config/commit/dd2f331cd939b211fb496a58a7bcea43e48307bc)) ### [1.1.1](https://github.com/chialab/stylelint-config/compare/v1.1.0...v1.1.1) (2021-05-05) ## [1.1.0](https://github.com/chialab/stylelint-config/compare/v1.0.0...v1.1.0) (2021-03-24) - ### Features -* add custom properties checks ([93e2682](https://github.com/chialab/stylelint-config/commit/93e268221e5892b4b4a23a98d59cf038d6424891)) +- add custom properties checks ([93e2682](https://github.com/chialab/stylelint-config/commit/93e268221e5892b4b4a23a98d59cf038d6424891)) ## 1.0.0 (2020-11-15) diff --git a/package.json b/package.json index 5100efc..ff67f53 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@chialab/stylelint-config", "description": "Chialab's linting rules for Stylelint.", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "author": "Chialab (https://www.chialab.it)", "main": "index.js",