Skip to content

Commit 5dc4f43

Browse files
committed
chore: Bump up version number (1.22.1)
1 parent 97ae89b commit 5dc4f43

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The versions >= 1.21 are fork.
66

77
(none)
88

9+
### 1.22.1 - 2024-08-28
10+
11+
* Fixed escape handling in css files
12+
913
### 1.22.0 - 2024-08-27
1014

1115
* Added `enableExternalStylesheetSupport` configuration (opt-out flag)

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
@@ -2,7 +2,7 @@
22
"name": "html-css-class-completion",
33
"displayName": "IntelliSense for CSS class names in HTML",
44
"description": "CSS class name completion for the HTML class attribute based on the definitions found in your workspace.",
5-
"version": "1.22.0",
5+
"version": "1.22.1",
66
"publisher": "vain0x",
77
"engines": {
88
"vscode": "^1.52.0"

0 commit comments

Comments
 (0)