From faa91a8bd6987e763571d3a8c75490aba4824d81 Mon Sep 17 00:00:00 2001 From: ESLint Bot Date: Thu, 21 May 2026 11:30:00 -0400 Subject: [PATCH] =?UTF-8?q?chore:=20release=201.2.1=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ jsr.json | 2 +- package.json | 2 +- src/index.js | 2 +- 5 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c3f14639..41ea87d7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.0" + ".": "1.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9992f26f..56a47b05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.2.1](https://github.com/eslint/css/compare/css-v1.2.0...css-v1.2.1) (2026-05-21) + + +### Bug Fixes + +* update baseline data ([c33fbe8](https://github.com/eslint/css/commit/c33fbe8256cb3e5bb5f13ff67383201283bd6cff)) +* update baseline data ([#440](https://github.com/eslint/css/issues/440)) ([7615d2d](https://github.com/eslint/css/commit/7615d2d4eba312fc8c2beeb222ed540b34b00283)) +* update baseline data ([#448](https://github.com/eslint/css/issues/448)) ([e758a11](https://github.com/eslint/css/commit/e758a11ac5a164ed5f2d1f3d61255848f5bedae4)) +* update dependency @eslint/css-tree to ^4.0.3 ([#437](https://github.com/eslint/css/issues/437)) ([61575c2](https://github.com/eslint/css/commit/61575c2a603bae1a724dc4101e6c0ea6805979f0)) +* update dependency @eslint/css-tree to ^4.0.4 ([#453](https://github.com/eslint/css/issues/453)) ([9af90e5](https://github.com/eslint/css/commit/9af90e5edf20167de78545e81bd247485a1d1e0f)) + ## [1.2.0](https://github.com/eslint/css/compare/css-v1.1.0...css-v1.2.0) (2026-04-30) diff --git a/jsr.json b/jsr.json index 08de6d9e..19c65e1c 100644 --- a/jsr.json +++ b/jsr.json @@ -1,6 +1,6 @@ { "name": "@eslint/css", - "version": "1.2.0", + "version": "1.2.1", "exports": { ".": "./dist/index.js" }, diff --git a/package.json b/package.json index e9bd8897..303b6e26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eslint/css", - "version": "1.2.0", + "version": "1.2.1", "description": "CSS linting plugin for ESLint", "author": "Nicholas C. Zakas", "type": "module", diff --git a/src/index.js b/src/index.js index c07a63e3..e6cdfd97 100644 --- a/src/index.js +++ b/src/index.js @@ -19,7 +19,7 @@ import rules from "./build/rules.js"; const plugin = { meta: { name: "@eslint/css", - version: "1.2.0", // x-release-please-version + version: "1.2.1", // x-release-please-version }, languages: { css: new CSSLanguage(),