Skip to content

Commit

Permalink
1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbvz committed Dec 19, 2018
1 parent 3e09323 commit 027f0ea
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 1.11.0 - December 19, 2018
- Fixed syntax highlighting of unquoted attributes. Thanks @csvn!
- Use TS api instead of command to sync settings with VS Code.
- Enable loading of plugin when using workspace version of TypeScript. Requires VS Code 1.31+

## 1.10.1 - November 16, 2018
- Fix bug that could cause incorrect overriding of `tsconfig` settings by VS Code settings.

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"displayName": "lit-html",
"description": "Syntax highlighting and IntelliSense for html inside of JavaScript and TypeScript tagged template strings",
"version": "1.10.1",
"version": "1.11.0",
"publisher": "bierner",
"icon": "docs/logo.png",
"license": "MIT",
Expand Down Expand Up @@ -158,4 +158,4 @@
"typescript": "^3.1.6",
"vscode": "^1.1.22"
}
}
}

0 comments on commit 027f0ea

Please sign in to comment.