Prepare 0.7.3

This commit is contained in:
Kolja Lampe
2019-11-30 01:13:44 +01:00
parent 9ded76fc98
commit 3e2e52a1a1
4 changed files with 9 additions and 3 deletions

View File

@@ -1,5 +1,11 @@
# Change Log
## 0.7.3
- Update the language server
- Improved completions for type annotations, functions, import and module statements
- Fixed a bug where files without imports would not index the virtual imports
## 0.7.2
- Update `elm.json` schema to allow `0.19.1` as a version

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "elm-ls-vscode",
"version": "0.7.2",
"version": "0.7.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -6,7 +6,7 @@
"icon": "images/elm.png",
"author": "Kolja Lampe",
"license": "MIT",
"version": "0.7.2",
"version": "0.7.3",
"repository": {
"type": "git",
"url": "https://github.com/elm-tooling/elm-language-client-vscode"

2
server

Submodule server updated: 2012ade79c...f511b81850