diff --git a/CHANGELOG.md b/CHANGELOG.md index 60727e6d..4a9fa867 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## next +## 2.2.1 (August 14, 2022) - Fixed a regression added in `2.2.0` for at-rule syntax matching when at-rule has no prelude diff --git a/package-lock.json b/package-lock.json index b3ac03dc..ac9a0e4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "css-tree", - "version": "2.2.0", + "version": "2.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "css-tree", - "version": "2.2.0", + "version": "2.2.1", "license": "MIT", "dependencies": { "mdn-data": "2.0.28", diff --git a/package.json b/package.json index b51307f3..c199c5ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "css-tree", - "version": "2.2.0", + "version": "2.2.1", "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",