Skip to content

Commit 9dd0479

Browse files
committed
chore: release v1.3.0
1 parent 944cede commit 9dd0479

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.3.0](https://github.com/stylelint-types/stylelint-define-config/compare/v1.2.0...v1.3.0) (2024-4-9)
2+
3+
4+
### Features
5+
6+
* add `ignoreSelectors: []` to `selector-max-compound-selectors` ([82a1148](https://github.com/stylelint-types/stylelint-define-config/commit/82a1148892c7dc5d03363ea5278e3aabe5352b0a))
7+
8+
9+
### Performance Improvements
10+
11+
* update `stylelint` to `v16.3.1` ([944cede](https://github.com/stylelint-types/stylelint-define-config/commit/944cedea04b14c0a8e32df16d3010be1255ea9e9))
12+
13+
14+
115
# [1.2.0](https://github.com/stylelint-types/stylelint-define-config/compare/v1.1.0...v1.2.0) (2024-2-20)
216

317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stylelint-define-config",
33
"type": "module",
4-
"version": "1.2.0",
4+
"version": "1.3.0",
55
"packageManager": "[email protected]",
66
"description": "Provide a defineConfig function for stylelint.config.js files",
77
"author": "pengzhanbo <[email protected]> (https://github.com/pengzhanbo)",

0 commit comments

Comments
 (0)