Skip to content

Commit 1232c29

Browse files
committed
chore: release v1.7.0
1 parent 455884f commit 1232c29

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.7.0](https://github.com/stylelint-types/stylelint-define-config/compare/v1.6.0...v1.7.0) (2024-10-29)
2+
3+
4+
### Features
5+
6+
* add `formatter` configuration property ([4d9584b](https://github.com/stylelint-types/stylelint-define-config/commit/4d9584b514b8ad3417f83db78243a3d4483dd1f2))
7+
* add support for `string | RegExp` to `ignoreValues` option of `value-no-vendor-prefix` ([c0ed9fc](https://github.com/stylelint-types/stylelint-define-config/commit/c0ed9fc11d6a20b4ea32f9869dfc115dc0cf60db))
8+
* add support for `string` to `ignoreLonghands` option of `declaration-block-no-redundant-longhand-properties` ([c975bf4](https://github.com/stylelint-types/stylelint-define-config/commit/c975bf4b188adcf5773041369de8937e0ad14637))
9+
* update stylelint to `16.10.0` ([0ab1ac4](https://github.com/stylelint-types/stylelint-define-config/commit/0ab1ac452d11b0da060c184b20e0ea340a1067f6))
10+
11+
12+
113
# [1.6.0](https://github.com/stylelint-types/stylelint-define-config/compare/v1.5.0...v1.6.0) (2024-08-18)
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.6.0",
4+
"version": "1.7.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)