From 9dd0479d8f2e791de6c44fb1fd6fba10dc0a174e Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Wed, 10 Apr 2024 00:04:31 +0800 Subject: [PATCH] chore: release v1.3.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2181527..651e261 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [1.3.0](https://github.com/stylelint-types/stylelint-define-config/compare/v1.2.0...v1.3.0) (2024-4-9) + + +### Features + +* add `ignoreSelectors: []` to `selector-max-compound-selectors` ([82a1148](https://github.com/stylelint-types/stylelint-define-config/commit/82a1148892c7dc5d03363ea5278e3aabe5352b0a)) + + +### Performance Improvements + +* update `stylelint` to `v16.3.1` ([944cede](https://github.com/stylelint-types/stylelint-define-config/commit/944cedea04b14c0a8e32df16d3010be1255ea9e9)) + + + # [1.2.0](https://github.com/stylelint-types/stylelint-define-config/compare/v1.1.0...v1.2.0) (2024-2-20) diff --git a/package.json b/package.json index ba9aa70..0c4f296 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "stylelint-define-config", "type": "module", - "version": "1.2.0", + "version": "1.3.0", "packageManager": "pnpm@8.15.6", "description": "Provide a defineConfig function for stylelint.config.js files", "author": "pengzhanbo (https://github.com/pengzhanbo)",