File tree Expand file tree Collapse file tree 5 files changed +12
-4
lines changed Expand file tree Collapse file tree 5 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.14.1 "
2+ "." : " 0.14.2 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.14.2] ( https://github.com/eslint/css/compare/css-v0.14.1...css-v0.14.2 ) (2025-11-12)
4+
5+
6+ ### Bug Fixes
7+
8+ * correct parent typing for rule visitors ([ #313 ] ( https://github.com/eslint/css/issues/313 ) ) ([ 17046d0] ( https://github.com/eslint/css/commit/17046d0178272e2b12291d32176bcbc9326795a5 ) )
9+ * update baseline data ([ #321 ] ( https://github.com/eslint/css/issues/321 ) ) ([ 61090f9] ( https://github.com/eslint/css/commit/61090f9243ee3dbb74ff53ce3db405ff31ad0ea1 ) )
10+
311## [ 0.14.1] ( https://github.com/eslint/css/compare/css-v0.14.0...css-v0.14.1 ) (2025-11-04)
412
513
Original file line number Diff line number Diff line change 11{
22 "name" : " @eslint/css" ,
3- "version" : " 0.14.1 " ,
3+ "version" : " 0.14.2 " ,
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.1 " ,
3+ "version" : " 0.14.2 " ,
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.1 " , // x-release-please-version
22+ version : "0.14.2 " , // x-release-please-version
2323 } ,
2424 languages : {
2525 css : new CSSLanguage ( ) ,
You canβt perform that action at this time.
0 commit comments