Skip to content

Commit 84cfcfd

Browse files
chore: release 3.6.7 🚀 (#99)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f6222c9 commit 84cfcfd

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-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-
".": "3.6.6"
2+
".": "3.6.7"
33
}

CHANGELOG.md

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

3+
## [3.6.7](https://github.com/eslint/csstree/compare/css-tree-v3.6.6...css-tree-v3.6.7) (2025-11-18)
4+
5+
6+
### Bug Fixes
7+
8+
* browser hack property parsing and invalid selector validation ([#98](https://github.com/eslint/csstree/issues/98)) ([2f5781c](https://github.com/eslint/csstree/commit/2f5781cf6e746f213179d3a846bf3d5c176db827))
9+
* nested element selector parsing in DeclarationList context ([#85](https://github.com/eslint/csstree/issues/85)) ([f6222c9](https://github.com/eslint/csstree/commit/f6222c97776d004a4d917276459808ef65c0a519))
10+
311
## [3.6.6](https://github.com/eslint/csstree/compare/css-tree-v3.6.5...css-tree-v3.6.6) (2025-10-02)
412

513

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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-tree",
3-
"version": "3.6.6",
3+
"version": "3.6.7",
44
"description": "A tool set for CSS: fast detailed parser (CSS → AST), walker (AST traversal), generator (AST → CSS) and lexer (validation and matching) based on specs and browser implementations",
55
"author": "Roman Dvornov <[email protected]> (https://github.com/lahmatiy)",
66
"license": "MIT",

0 commit comments

Comments
 (0)