Skip to content

Commit 21e7ba3

Browse files
committed
chore: release v16.15.0
1 parent bba7988 commit 21e7ba3

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [16.15.0](https://github.com/stylelint-types/stylelint-define-config/compare/v16.14.1...v16.15.0) (2025-03-02)
2+
3+
4+
### Features
5+
6+
* add `languageOptions` configuration property ([3b6204f](https://github.com/stylelint-types/stylelint-define-config/commit/3b6204f207f9f6bd548e0eb0f9de3a5bd39087a1))
7+
* add `syntax-string-no-invalid` rule ([629221e](https://github.com/stylelint-types/stylelint-define-config/commit/629221e8080ec3a9b2eae9a6e7c2612a1073fe02))
8+
* regex support to `ignoreAtRules` option of `at-rule-empty-line-before` ([8e0592d](https://github.com/stylelint-types/stylelint-define-config/commit/8e0592d372e67ed6f92d07281d81f0426ff07cc3))
9+
* update stylelint to `16.15.0` ([bba7988](https://github.com/stylelint-types/stylelint-define-config/commit/bba7988a3eb0a0a545c12ba5cf0819e60d798737))
10+
11+
12+
113
## [16.14.1](https://github.com/stylelint-types/stylelint-define-config/compare/v16.14.0...v16.14.1) (2025-01-30)
214

315

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