Skip to content

Commit 637db29

Browse files
committed
chore: release v1.8.0
1 parent b138f97 commit 637db29

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+
# [1.8.0](https://github.com/stylelint-types/stylelint-define-config/compare/v1.7.0...v1.8.0) (2024-11-30)
2+
3+
4+
### Features
5+
6+
* add `ignoreFunctions: []` to `media-query-no-invalid` ([cca29af](https://github.com/stylelint-types/stylelint-define-config/commit/cca29af8434e528173e3fbc71b7c5f1e913ac8ca))
7+
* add `name` configuration property under `overrides` ([a9e93b1](https://github.com/stylelint-types/stylelint-define-config/commit/a9e93b148dd03eeee3df4b8e61c259bab96fa9d5))
8+
* add `reportUnscopedDisables` option ([fe45ded](https://github.com/stylelint-types/stylelint-define-config/commit/fe45ded8059661099b3d18cacb512385f76f01fb))
9+
* update `stylelint` to `16.11.0` ([b138f97](https://github.com/stylelint-types/stylelint-define-config/commit/b138f97c2eff5c04bd92af81df0c7e56719926a4))
10+
11+
12+
113
# [1.7.0](https://github.com/stylelint-types/stylelint-define-config/compare/v1.6.0...v1.7.0) (2024-10-29)
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": "1.7.0",
4+
"version": "1.8.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)