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 1
1
{
2
- "." : " 0.8.1 "
2
+ "." : " 0.9.0 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
10
## [ 0.8.1] ( https://github.com/eslint/css/compare/css-v0.8.0...css-v0.8.1 ) (2025-05-16)
4
11
5
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @eslint/css" ,
3
- "version" : " 0.8.1 " ,
3
+ "version" : " 0.9.0 " ,
4
4
"exports" : {
5
5
"." : " ./dist/esm/index.js" ,
6
6
"./syntax" : " ./dist/esm/syntax/index.js"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @eslint/css" ,
3
- "version" : " 0.8.1 " ,
3
+ "version" : " 0.9.0 " ,
4
4
"description" : " CSS linting plugin for ESLint" ,
5
5
"author" : " Nicholas C. Zakas" ,
6
6
"type" : " module" ,
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import useBaseline from "./rules/use-baseline.js";
26
26
const plugin = {
27
27
meta : {
28
28
name : "@eslint/css" ,
29
- version : "0.8.1 " , // x-release-please-version
29
+ version : "0.9.0 " , // x-release-please-version
30
30
} ,
31
31
languages : {
32
32
css : new CSSLanguage ( ) ,
You can’t perform that action at this time.
0 commit comments