Skip to content

Commit 137d522

Browse files
chore: release 0.11.1 πŸš€ (#249)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent da37950 commit 137d522

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.11.0"
2+
".": "0.11.1"
33
}

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.11.1](https://github.com/eslint/css/compare/css-v0.11.0...css-v0.11.1) (2025-09-22)
4+
5+
6+
### Bug Fixes
7+
8+
* detect prefixed [@keyframes](https://github.com/keyframes) in no-duplicate-keyframe-selectors ([11ae50f](https://github.com/eslint/css/commit/11ae50fb404d1620309921ebadec006498db4091))
9+
* detect prefixed `[@keyframes](https://github.com/keyframes)` in `no-duplicate-keyframe-selectors` ([#251](https://github.com/eslint/css/issues/251)) ([11ae50f](https://github.com/eslint/css/commit/11ae50fb404d1620309921ebadec006498db4091))
10+
* Ensure languageOptions.customSyntax is serializable ([#212](https://github.com/eslint/css/issues/212)) ([7f82110](https://github.com/eslint/css/commit/7f82110ea633e1524d083434468052a7942c7236))
11+
* update baseline data ([#245](https://github.com/eslint/css/issues/245)) ([a009bb7](https://github.com/eslint/css/commit/a009bb7ce58a29de9063bf4059ef217261449bd2))
12+
* update baseline data ([#254](https://github.com/eslint/css/issues/254)) ([ff77374](https://github.com/eslint/css/commit/ff773743c8397d509bf215aa743abb28b92b94f5))
13+
* update baseline data ([#257](https://github.com/eslint/css/issues/257)) ([b5414d3](https://github.com/eslint/css/commit/b5414d3e4bbcac9fd27bcc3c220d1b50aa86e8b3))
14+
* update baseline data ([#267](https://github.com/eslint/css/issues/267)) ([da37950](https://github.com/eslint/css/commit/da3795005f9b1492c056f5c6950eb7c3252fb4d8))
15+
316
## [0.11.0](https://github.com/eslint/css/compare/css-v0.10.0...css-v0.11.0) (2025-08-28)
417

518

β€Ž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.11.0",
3+
"version": "0.11.1",
44
"exports": {
55
".": "./dist/esm/index.js"
66
},

β€Ž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.11.0",
3+
"version": "0.11.1",
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
@@ -19,7 +19,7 @@ import rules from "./build/rules.js";
1919
const plugin = {
2020
meta: {
2121
name: "@eslint/css",
22-
version: "0.11.0", // x-release-please-version
22+
version: "0.11.1", // x-release-please-version
2323
},
2424
languages: {
2525
css: new CSSLanguage(),

0 commit comments

Comments
Β (0)