Skip to content

Commit 877d929

Browse files
committed
chore: release v16.19.0
1 parent 7ffa2ab commit 877d929

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# [16.19.0](https://github.com/stylelint-types/stylelint-define-config/compare/v16.18.0...v16.19.0) (2025-04-25)
2+
3+
4+
### Features
5+
6+
* add `exceptWithoutPropertyFallback: []` to `function-allowed-list` ([a816c4b](https://github.com/stylelint-types/stylelint-define-config/commit/a816c4ba3a6debb8bb7bb86b0ef30a150542b8a1))
7+
* add `ignore: ["four-into-three-edge-values"]` to `shorthand-property-no-redundant-values` ([de71c9a](https://github.com/stylelint-types/stylelint-define-config/commit/de71c9a8140e398d518d3d148f5318bf69813e7b))
8+
* update stylelint to `18.19.0` ([7ffa2ab](https://github.com/stylelint-types/stylelint-define-config/commit/7ffa2ab9530c41237f78c07cf1f4b1d3052b372d))
9+
10+
11+
112
# [16.18.0](https://github.com/stylelint-types/stylelint-define-config/compare/v16.17.0...v16.18.0) (2025-04-17)
213

314

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