Skip to content

Commit

Permalink
Prepare 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
razzeee committed Apr 2, 2020
1 parent 5ddd070 commit 534ab65
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 0.10.1

- Updated the language server
- Fix exposing list params not getting completed for imports
- Fix possible imports for packages not in ranking list
- Prevent imports from getting out of date

## 0.10.0

- Fix case where type constructor highlighting was wrong
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"icon": "images/elm.png",
"author": "Kolja Lampe",
"license": "MIT",
"version": "0.10.0",
"version": "0.10.1",
"repository": {
"type": "git",
"url": "https://github.com/elm-tooling/elm-language-client-vscode"
Expand Down
2 changes: 1 addition & 1 deletion server

0 comments on commit 534ab65

Please sign in to comment.