Skip to content

Commit 74ba62a

Browse files
committed
1.4.1
1 parent 728398f commit 74ba62a

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

CHANGELOG.md

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

15+
## v1.4.1
16+
17+
#### :bug: Bug Fix
18+
19+
- Fix formatting not preferring the locally installed formatter (if available), which made formatting potentially different between formatting via `rescript format` and the extension.
20+
- Fix finding the ReScript bin in monorepos
21+
1522
## v1.4.0
1623

1724
#### :rocket: New Feature

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
@@ -3,7 +3,7 @@
33
"description": "The official VSCode plugin for ReScript.",
44
"author": "chenglou",
55
"license": "MIT",
6-
"version": "1.4.0",
6+
"version": "1.4.1",
77
"repository": {
88
"type": "git",
99
"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": "ReScript's language-server",
4-
"version": "1.4.0",
4+
"version": "1.4.1",
55
"author": "chenglou",
66
"license": "MIT",
77
"engines": {

0 commit comments

Comments
 (0)