Skip to content

Commit

Permalink
Bump language service to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
winstliu committed Jan 4, 2024
1 parent 237abd3 commit d139466
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions language-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#### 0.8.0
- Added "go to definition" support for templates [#PR-157](https://github.com/microsoft/azure-pipelines-language-server/pull/157) - thanks @Stuart-Wilcox!
- Added a standalone `azure-pipelines-language-server` executable [#PR-147](https://github.com/microsoft/azure-pipelines-language-server/pull/147) - thanks @williamboman!
- Updated dependencies

#### 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)
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.7.0",
"version": "0.8.0",
"author": "Microsoft",
"license": "MIT",
"main": "./lib/index.js",
Expand Down

0 comments on commit d139466

Please sign in to comment.