Skip to content

Commit 96764c0

Browse files
committed
chore: release v16.17.0
1 parent d788b36 commit 96764c0

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [16.17.0](https://github.com/stylelint-types/stylelint-define-config/compare/v16.15.0...v16.17.0) (2025-04-05)
2+
3+
4+
### Bug Fixes
5+
6+
* lint fix ([d788b36](https://github.com/stylelint-types/stylelint-define-config/commit/d788b369e8698a1ef9048b36379ab97863c077ba))
7+
8+
9+
### Features
10+
11+
* add `ignorePreludeOfAtRules: []` to `length-zero-no-unit` ([a73ff8c](https://github.com/stylelint-types/stylelint-define-config/commit/a73ff8c553f5f6dfe0a7e21024e973398b499539))
12+
* add `layer-name-pattern` rule ([ef8984d](https://github.com/stylelint-types/stylelint-define-config/commit/ef8984dbf38d818c29d5dfdda5fcb150d24e0f2e))
13+
* bump `stylelint` to `16.17.0` ([830ad1b](https://github.com/stylelint-types/stylelint-define-config/commit/830ad1b91a5af101d38999120efef9335fe4c18c))
14+
15+
16+
117
# [16.15.0](https://github.com/stylelint-types/stylelint-define-config/compare/v16.14.1...v16.15.0) (2025-03-02)
218

319

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": "16.15.0",
4+
"version": "16.17.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)