Skip to content

Commit

Permalink
Prepare 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
razzeee committed Mar 9, 2020
1 parent 8db2ef6 commit 9466b98
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 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.6.3

- Improved goto definition, find references and rename for anonymous functions, let definitions, destructured functions in let definitions, destructured parameters and case branches
- Show comment from type for type constructor

## 1.6.2

- Fade unused symbols
Expand Down
14 changes: 7 additions & 7 deletions 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
@@ -1,7 +1,7 @@
{
"name": "@elm-tooling/elm-language-server",
"description": "Implementation of an elm language server in node.",
"version": "1.6.2",
"version": "1.6.3",
"author": "Kolja Lampe",
"license": "MIT",
"files": [
Expand Down Expand Up @@ -40,7 +40,7 @@
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.1.0",
"tslint-sonarts": "^1.9.0",
"typescript": "3.8.2"
"typescript": "3.8.3"
},
"scripts": {
"copy-wasm": "copyfiles ./tree-sitter-elm.wasm out",
Expand Down

0 comments on commit 9466b98

Please sign in to comment.