Skip to content

Commit fd91104

Browse files
authored
🚑 - Monorepo hotfix (#1035)
* 🚑 - Monorepo hotfix * update version update correct version * update lockfile
1 parent 1d16309 commit fd91104

File tree

6 files changed

+409
-404
lines changed

6 files changed

+409
-404
lines changed

Diff for: CHANGELOG.md

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

15+
## 1.58.0
16+
17+
#### :bug: Bug fix
18+
19+
- Fix an issue where the extension would still crash in a monorepo with rewatch
20+
1521
#### :rocket: New Feature
1622

1723
- Add hightlighting for the new dict literal syntax `dict{}`. https://github.com/rescript-lang/rescript-vscode/pull/934

Diff for: package-lock.json

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

Diff for: 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.56.0",
7+
"version": "1.58.0",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/rescript-lang/rescript-vscode"

0 commit comments

Comments
 (0)