Skip to content

Commit 9319d57

Browse files
chore: release 3.6.0 🚀
1 parent b7c4915 commit 9319d57

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-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.5.4"
2+
".": "3.6.0"
33
}

CHANGELOG.md

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

3+
## [3.6.0](https://github.com/eslint/csstree/compare/css-tree-v3.5.4...css-tree-v3.6.0) (2025-06-05)
4+
5+
6+
### Features
7+
8+
* Add support for math functions ([#53](https://github.com/eslint/csstree/issues/53)) ([b7c4915](https://github.com/eslint/csstree/commit/b7c491587de974630bcde75034e3cb55a2edbeca))
9+
* Parse nested element selector ([#51](https://github.com/eslint/csstree/issues/51)) ([ed3ae55](https://github.com/eslint/csstree/commit/ed3ae5503e0d92facaf8d0a81d60b2e35af6c891))
10+
11+
12+
### Bug Fixes
13+
14+
* isDelim() type ([#55](https://github.com/eslint/csstree/issues/55)) ([9605092](https://github.com/eslint/csstree/commit/9605092a76cd7620ad49f1747d6086dd9021fd5a))
15+
* Update MDN data and patch ([#54](https://github.com/eslint/csstree/issues/54)) ([8a707a7](https://github.com/eslint/csstree/commit/8a707a7519ea50f64a68cd77bff1dac678e59326))
16+
317
## [3.5.4](https://github.com/eslint/csstree/compare/css-tree-v3.5.3...css-tree-v3.5.4) (2025-05-28)
418

519

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.5.4",
3+
"version": "3.6.0",
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 <rdvornov@gmail.com> (https://github.com/lahmatiy)",
66
"license": "MIT",

0 commit comments

Comments
 (0)