diff --git a/CHANGELOG.md b/CHANGELOG.md index a855df8..618ad83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.5.0](https://github.com/stylelint-types/stylelint-define-config/compare/v1.4.0...v1.5.0) (2024-5-3) + + +### Features + +* regex support to `ignoreValues` for `value-no-vendor-prefix` ([d9b079e](https://github.com/stylelint-types/stylelint-define-config/commit/d9b079e1c6047a464c8017644e878209e602a3de)) + + + # [1.4.0](https://github.com/stylelint-types/stylelint-define-config/compare/v1.3.0...v1.4.0) (2024-4-28) diff --git a/package.json b/package.json index c83852d..3693023 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "stylelint-define-config", "type": "module", - "version": "1.4.0", + "version": "1.5.0", "packageManager": "pnpm@9.0.6", "description": "Provide a defineConfig function for stylelint.config.js files", "author": "pengzhanbo (https://github.com/pengzhanbo)",