diff --git a/CHANGELOG.md b/CHANGELOG.md index e38ed47..7b653c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ The versions >= 1.21 are fork. (none) +### 1.22.1 - 2024-08-28 + +* Fixed escape handling in css files + ### 1.22.0 - 2024-08-27 * Added `enableExternalStylesheetSupport` configuration (opt-out flag) diff --git a/package-lock.json b/package-lock.json index 2a70d0d..2907f84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "html-css-class-completion", - "version": "1.22.0", + "version": "1.22.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "html-css-class-completion", - "version": "1.22.0", + "version": "1.22.1", "dependencies": { "@adobe/css-tools": "^4.4.0", "htmlparser2": "^9.1.0", diff --git a/package.json b/package.json index 4b976ab..ea35fe4 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "html-css-class-completion", "displayName": "IntelliSense for CSS class names in HTML", "description": "CSS class name completion for the HTML class attribute based on the definitions found in your workspace.", - "version": "1.22.0", + "version": "1.22.1", "publisher": "vain0x", "engines": { "vscode": "^1.52.0"