Skip to content

Commit 435b3e8

Browse files
committed
chore: release v1.5.0
1 parent d9b079e commit 435b3e8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [1.5.0](https://github.com/stylelint-types/stylelint-define-config/compare/v1.4.0...v1.5.0) (2024-5-3)
2+
3+
4+
### Features
5+
6+
* regex support to `ignoreValues` for `value-no-vendor-prefix` ([d9b079e](https://github.com/stylelint-types/stylelint-define-config/commit/d9b079e1c6047a464c8017644e878209e602a3de))
7+
8+
9+
110
# [1.4.0](https://github.com/stylelint-types/stylelint-define-config/compare/v1.3.0...v1.4.0) (2024-4-28)
211

312

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