diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 824fecd7..8a77bdac 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.0.5" + ".": "4.0.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b898ba7..17099ff3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [4.0.6](https://github.com/eslint/csstree/compare/css-tree-v4.0.5...css-tree-v4.0.6) (2026-08-11) + + +### Bug Fixes + +* allow page margin properties in `[@page](https://github.com/page)` rules ([#143](https://github.com/eslint/csstree/issues/143)) ([9cb5ec4](https://github.com/eslint/csstree/commit/9cb5ec4f78d500ce67333dae555c7e260b894b94)) +* update mdn-data ([#146](https://github.com/eslint/csstree/issues/146)) ([4a6d09c](https://github.com/eslint/csstree/commit/4a6d09cee6baff6202ef782dd7c5152399a6c50e)) + ## [4.0.5](https://github.com/eslint/csstree/compare/css-tree-v4.0.4...css-tree-v4.0.5) (2026-07-19) diff --git a/package-lock.json b/package-lock.json index fe213fb2..b3c98686 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@eslint/css-tree", - "version": "4.0.5", + "version": "4.0.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@eslint/css-tree", - "version": "4.0.5", + "version": "4.0.6", "license": "MIT", "dependencies": { "mdn-data": "2.31.0", diff --git a/package.json b/package.json index 66de5410..a0ed29fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eslint/css-tree", - "version": "4.0.5", + "version": "4.0.6", "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", "author": "Roman Dvornov (https://github.com/lahmatiy)", "license": "MIT",