From 3ff3f96d1848e2c0f46e5adb717703883c1b162c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 2 Dec 2021 11:51:18 +0000 Subject: [PATCH] chore(release): 10.0.1 [skip ci] ### [10.0.1](https://github.com/chalkygames123/stylelint-config/compare/v10.0.0...v10.0.1) (2021-12-02) ### Bug Fixes * turn off `selector-max-universal` rule ([810b95a](https://github.com/chalkygames123/stylelint-config/commit/810b95a5256e88c6d7dd171cbac3b4f698c62b92)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 490dfea..790bf39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [10.0.1](https://github.com/chalkygames123/stylelint-config/compare/v10.0.0...v10.0.1) (2021-12-02) + + +### Bug Fixes + +* turn off `selector-max-universal` rule ([810b95a](https://github.com/chalkygames123/stylelint-config/commit/810b95a5256e88c6d7dd171cbac3b4f698c62b92)) + ## [10.0.0](https://github.com/chalkygames123/stylelint-config/compare/v9.0.3...v10.0.0) (2021-12-02) diff --git a/package-lock.json b/package-lock.json index 412f7fc..f0ee274 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@chalkygames123/stylelint-config", - "version": "10.0.0", + "version": "10.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@chalkygames123/stylelint-config", - "version": "10.0.0", + "version": "10.0.1", "license": "MIT", "dependencies": { "stylelint-config-recess-order": "3.0.0", diff --git a/package.json b/package.json index 5b08431..2d23242 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chalkygames123/stylelint-config", - "version": "10.0.0", + "version": "10.0.1", "publishConfig": { "access": "public" },