Skip to content

Commit bc602fa

Browse files
committed
1.2.1
1 parent 25770d1 commit bc602fa

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
@@ -1,3 +1,7 @@
1+
## 1.2.1 (October 14, 2022)
2+
3+
- Fixed missed dependencies in the extension bundle
4+
15
## 1.2.0 (October 11, 2022)
26

37
- Enhanced the highlighting for warnings, such as unknown property, descriptor, or at-rule, to emphasize the entire identifier instead of just a single character

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": "vscode-csstree",
33
"displayName": "CSSTree validator",
44
"description": "Validate CSS according to W3C specs and browser implementations",
5-
"version": "1.2.0",
5+
"version": "1.2.1",
66
"keywords": [
77
"css",
88
"csstree",

0 commit comments

Comments
 (0)