Skip to content

Commit 7ab70b1

Browse files
chore: release 0.7.0 🚀
1 parent 772d4c7 commit 7ab70b1

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

Diff for: ‎.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.6.0"
2+
".": "0.7.0"
33
}

Diff for: ‎CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.7.0](https://github.com/eslint/css/compare/css-v0.6.0...css-v0.7.0) (2025-04-16)
4+
5+
6+
### Features
7+
8+
* Type checking for all APIs and rules ([#103](https://github.com/eslint/css/issues/103)) ([809ea4c](https://github.com/eslint/css/commit/809ea4c546aaae63f159df9031beeba8cb697d47))
9+
10+
11+
### Bug Fixes
12+
13+
* Set use-baseline to 'warn' in recommended config ([#110](https://github.com/eslint/css/issues/110)) ([2152e9d](https://github.com/eslint/css/commit/2152e9d4981b4920254296cd261d5839558484e7)), closes [#80](https://github.com/eslint/css/issues/80)
14+
315
## [0.6.0](https://github.com/eslint/css/compare/css-v0.5.0...css-v0.6.0) (2025-03-26)
416

517

Diff for: ‎jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint/css",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"exports": {
55
".": "./dist/esm/index.js",
66
"./syntax": "./dist/esm/syntax/index.js"

Diff for: ‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint/css",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "CSS linting plugin for ESLint",
55
"author": "Nicholas C. Zakas",
66
"type": "module",

Diff for: ‎src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import useBaseline from "./rules/use-baseline.js";
2424
const plugin = {
2525
meta: {
2626
name: "@eslint/css",
27-
version: "0.6.0", // x-release-please-version
27+
version: "0.7.0", // x-release-please-version
2828
},
2929
languages: {
3030
css: new CSSLanguage(),

0 commit comments

Comments
 (0)