Skip to content

Commit f0681e9

Browse files
authored
Release 1.74.0 (#1190)
1 parent e8f8d07 commit f0681e9

5 files changed

Lines changed: 14 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@
1414

1515
#### :bug: Bug fix
1616

17+
#### :rocket: New Feature
18+
19+
#### :house: Internal
20+
21+
## 1.74.0
22+
23+
#### :bug: Bug fix
24+
1725
- Fix Code Analyzer cwd/binary lookup in monorepos (run from workspace root).
1826
- Fix monorepo build detection by only watching the workspace root `.compiler.log`.
1927
- Fix Start Build for ReScript v12+ projects by preferring `rescript.exe`.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.72.0",
7+
"version": "1.74.0",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/rescript-lang/rescript-vscode"

server/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/package.json

Lines changed: 1 addition & 1 deletion
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.72.0",
4+
"version": "1.74.0",
55
"author": "ReScript Team",
66
"license": "MIT",
77
"bin": {

0 commit comments

Comments
 (0)