Skip to content

Commit

Permalink
Prepare 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
razzeee committed Feb 5, 2022
1 parent 054337e commit 3d5f508
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 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

## 2.4.1

- Improve whitespace handling for `of` keyword
- Updated tree sitter parser to fix some parse errors

## 2.4.0

- Implement fuzzy matching when using the workspace symbol search
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
@@ -1,7 +1,7 @@
{
"name": "@elm-tooling/elm-language-server",
"description": "Implementation of an elm language server in node.",
"version": "2.4.0",
"version": "2.4.1",
"author": "Kolja Lampe",
"license": "MIT",
"main": "./out/module.js",
Expand Down

0 comments on commit 3d5f508

Please sign in to comment.