chore: bump meta.version to 1.11.0 to match package.json

This commit is contained in:
Ante 2025-06-25 16:31:01 +00:00 committed by GitHub
parent 734d15aede
commit 1e0afd84ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@ import noZeroUnitRule from './css-rules/no-zero-unit/rule-definition.js';
const vanillaExtract = {
meta: {
name: '@antebudimir/eslint-plugin-vanilla-extract',
version: '1.10.0',
version: '1.11.0',
},
rules: {
'alphabetical-order': alphabeticalOrderRule,