Skip to content

Commit

Permalink
Prepare 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
razzeee committed Feb 18, 2020
1 parent 6790948 commit cf65ada
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 0.9.1

- Fix problem with formatting

## 0.9.0

- Added support for new language server features
Expand Down
14 changes: 7 additions & 7 deletions client/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 client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"compile": "tsc -p ./"
},
"dependencies": {
"vscode-languageclient": "^6.1.0"
"vscode-languageclient": "^6.1.1"
},
"devDependencies": {
"@types/request": "^2.48.4",
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.9.0",
"version": "0.9.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 cf65ada

Please sign in to comment.