diff --git a/package.json b/package.json index b8fbded..0b444f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@antebudimir/eslint-plugin-vanilla-extract", - "version": "1.16.0", + "version": "1.17.0", "description": "Comprehensive ESLint plugin for vanilla-extract with CSS property ordering, style validation, and best practices enforcement. Supports alphabetical, concentric and custom CSS ordering, auto-fixing, and zero-runtime safety.", "author": "Ante Budimir", "license": "MIT", diff --git a/src/index.ts b/src/index.ts index 743ddaa..f1a197f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -13,7 +13,7 @@ import preferThemeTokensRule from './css-rules/prefer-theme-tokens/index.js'; const vanillaExtract = { meta: { name: '@antebudimir/eslint-plugin-vanilla-extract', - version: '1.16.0', + version: '1.17.0', }, rules: { 'alphabetical-order': alphabeticalOrderRule,