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.8.1 "
2+ "." : " 0.9.0 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.9.0] ( https://github.com/eslint/css/compare/css-v0.8.1...css-v0.9.0 ) (2025-05-23)
4+
5+
6+ ### Features
7+
8+ * add ` relative-font-units ` rule ([ #133 ] ( https://github.com/eslint/css/issues/133 ) ) ([ ce256da] ( https://github.com/eslint/css/commit/ce256da671503792e74ad2113daa72319361c8b5 ) )
9+
310## [ 0.8.1] ( https://github.com/eslint/css/compare/css-v0.8.0...css-v0.8.1 ) (2025-05-16)
411
512
Original file line number Diff line number Diff line change 11{
22 "name" : " @eslint/css" ,
3- "version" : " 0.8.1 " ,
3+ "version" : " 0.9.0 " ,
44 "exports" : {
55 "." : " ./dist/esm/index.js" ,
66 "./syntax" : " ./dist/esm/syntax/index.js"
Original file line number Diff line number Diff line change 11{
22 "name" : " @eslint/css" ,
3- "version" : " 0.8.1 " ,
3+ "version" : " 0.9.0 " ,
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 @@ -26,7 +26,7 @@ import useBaseline from "./rules/use-baseline.js";
2626const plugin = {
2727 meta : {
2828 name : "@eslint/css" ,
29- version : "0.8.1 " , // x-release-please-version
29+ version : "0.9.0 " , // x-release-please-version
3030 } ,
3131 languages : {
3232 css : new CSSLanguage ( ) ,
You canβt perform that action at this time.
0 commit comments