File tree Expand file tree Collapse file tree 5 files changed +11
-4
lines changed Expand file tree Collapse file tree 5 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.14.0 "
2+ "." : " 0.14.1 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.14.1] ( https://github.com/eslint/css/compare/css-v0.14.0...css-v0.14.1 ) (2025-11-04)
4+
5+
6+ ### Bug Fixes
7+
8+ * update baseline data ([ 61480f0] ( https://github.com/eslint/css/commit/61480f00ffe2e7812be183ec1642134154bfb105 ) )
9+
310## [ 0.14.0] ( https://github.com/eslint/css/compare/css-v0.13.0...css-v0.14.0 ) (2025-10-29)
411
512
Original file line number Diff line number Diff line change 11{
22 "name" : " @eslint/css" ,
3- "version" : " 0.14.0 " ,
3+ "version" : " 0.14.1 " ,
44 "exports" : {
55 "." : " ./dist/esm/index.js"
66 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @eslint/css" ,
3- "version" : " 0.14.0 " ,
3+ "version" : " 0.14.1 " ,
44 "description" : " CSS linting plugin for ESLint" ,
55 "author" : " Nicholas C. Zakas" ,
66 "type" : " module" ,
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import rules from "./build/rules.js";
1919const plugin = {
2020 meta : {
2121 name : "@eslint/css" ,
22- version : "0.14.0 " , // x-release-please-version
22+ version : "0.14.1 " , // x-release-please-version
2323 } ,
2424 languages : {
2525 css : new CSSLanguage ( ) ,
You canβt perform that action at this time.
0 commit comments