Skip to content

Commit ff8c38f

Browse files
chore: release 3.6.6 🚀
1 parent 79453c8 commit ff8c38f

File tree

4 files changed

+11
-4
lines changed

4 files changed

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

CHANGELOG.md

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

3+
## [3.6.6](https://github.com/eslint/csstree/compare/css-tree-v3.6.5...css-tree-v3.6.6) (2025-09-02)
4+
5+
6+
### Bug Fixes
7+
8+
* allow relative color syntax for rgb() & rgba() ([#80](https://github.com/eslint/csstree/issues/80)) ([a08c7ab](https://github.com/eslint/csstree/commit/a08c7ab7496ac653fc1c510d99e67d633a5f3139))
9+
310
## [3.6.5](https://github.com/eslint/csstree/compare/css-tree-v3.6.4...css-tree-v3.6.5) (2025-08-25)
411

512

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.5",
3+
"version": "3.6.6",
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)