diff --git a/CHANGELOG.md b/CHANGELOG.md index 366dfc9e..427f7bef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.5.1 + +- Fixed missing dependency on startup +- Updated the language server + - Fix problem on init on windows systems + ## 0.5.0 - Added commands for installing and browsing Elm packages diff --git a/package.json b/package.json index 8140553c..1c303bda 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "icon": "images/elm.png", "author": "Kolja Lampe", "license": "MIT", - "version": "0.5.2", + "version": "0.5.1", "repository": { "type": "git", "url": "https://github.com/elm-tooling/elm-language-client-vscode" diff --git a/server b/server index bde2583b..6a2b93e1 160000 --- a/server +++ b/server @@ -1 +1 @@ -Subproject commit bde2583b34a8a5f367938380b23c51b3bf5d4b30 +Subproject commit 6a2b93e1498dba1e628c74c9857d454520d99c60