Skip to content

Commit 0b309d0

Browse files
committed
1.56.0
1 parent 5497d1d commit 0b309d0

File tree

5 files changed

+9
-10
lines changed

5 files changed

+9
-10
lines changed

CHANGELOG.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,12 @@
1212
1313
## master
1414

15-
#### :bug: Bug Fix
16-
17-
- Fix a regression with incremental typechecking in monorepos with rewatch, where the workspace directory was not properly set.
15+
## 1.56.0
1816

1917
#### :bug: Bug Fix
2018

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

2322
#### :rocket: New Feature
2423

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "ReScript language support (official)",
55
"author": "ReScript Team",
66
"license": "MIT",
7-
"version": "1.54.0",
7+
"version": "1.56.0",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/rescript-lang/rescript-vscode"

server/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@rescript/language-server",
33
"description": "LSP server for ReScript",
4-
"version": "1.54.0",
4+
"version": "1.56.0",
55
"author": "ReScript Team",
66
"license": "MIT",
77
"bin": {

0 commit comments

Comments
 (0)