Skip to content

Commit eb8b1b9

Browse files
chore: release 0.9.0 🚀
1 parent 02ab756 commit eb8b1b9

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

‎.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.8.1"
2+
".": "0.9.0"
33
}

‎CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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

‎jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

‎src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import useBaseline from "./rules/use-baseline.js";
2626
const 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(),

0 commit comments

Comments
 (0)