Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Oct 13, 2024
1 parent 25770d1 commit bc602fa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.2.1 (October 14, 2022)

- Fixed missed dependencies in the extension bundle

## 1.2.0 (October 11, 2022)

- Enhanced the highlighting for warnings, such as unknown property, descriptor, or at-rule, to emphasize the entire identifier instead of just a single character
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-csstree",
"displayName": "CSSTree validator",
"description": "Validate CSS according to W3C specs and browser implementations",
"version": "1.2.0",
"version": "1.2.1",
"keywords": [
"css",
"csstree",
Expand Down

0 comments on commit bc602fa

Please sign in to comment.