Skip to content

Commit

Permalink
1.56.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zth committed Aug 30, 2024
1 parent 5497d1d commit 0b309d0
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@
## master

#### :bug: Bug Fix

- Fix a regression with incremental typechecking in monorepos with rewatch, where the workspace directory was not properly set.
## 1.56.0

#### :bug: Bug Fix

- When log files are deleted (due to a clean), the editor tooling doesn't crash anymore
- Fix a regression with incremental typechecking in monorepos with rewatch, where the workspace directory was not properly set.
- When log files are deleted (due to a clean), the editor tooling doesn't crash anymore.

#### :rocket: New Feature

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
Expand Up @@ -4,7 +4,7 @@
"description": "ReScript language support (official)",
"author": "ReScript Team",
"license": "MIT",
"version": "1.54.0",
"version": "1.56.0",
"repository": {
"type": "git",
"url": "https://github.com/rescript-lang/rescript-vscode"
Expand Down
4 changes: 2 additions & 2 deletions server/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 server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rescript/language-server",
"description": "LSP server for ReScript",
"version": "1.54.0",
"version": "1.56.0",
"author": "ReScript Team",
"license": "MIT",
"bin": {
Expand Down

0 comments on commit 0b309d0

Please sign in to comment.