Skip to content

Commit

Permalink
Prepare 2.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
razzeee committed Sep 24, 2023
1 parent 7836d5a commit 2495519
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 2.7.3

- Fix type alias references when used as a record constructor
- Ensure initial diagnostics are sent
- Fix case statement constant binding inference
- Update dependencies

## 2.7.2

Skipped

## 2.7.1

- Add a code action for extracting a type alias
Expand Down
4 changes: 2 additions & 2 deletions 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.7.1",
"version": "2.7.3",
"author": "Kolja Lampe",
"license": "MIT",
"main": "./out/module.js",
Expand Down

0 comments on commit 2495519

Please sign in to comment.