Skip to content

Commit

Permalink
Bump language service to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
winstliu committed Dec 7, 2022
1 parent 3699732 commit 7c79b7e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions language-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#### 0.7.0
- Added support for using expressions as values [#PR-138](https://github.com/microsoft/azure-pipelines-language-server/pull/138)
- Fixed badly-indented files crashing the language server [#PR-141](https://github.com/microsoft/azure-pipelines-language-server/pull/141)

#### 0.6.9
- Fixed loops crashing the language server when the first key/value pair had a dynamic expression as the key [#PR-130](https://github.com/microsoft/azure-pipelines-language-server/pull/116)

Expand Down
4 changes: 2 additions & 2 deletions language-service/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 language-service/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "azure-pipelines-language-service",
"description": "Azure Pipelines language service",
"version": "0.6.9",
"version": "0.7.0",
"author": "Microsoft",
"license": "MIT",
"main": "./lib/index.js",
Expand Down

0 comments on commit 7c79b7e

Please sign in to comment.