Skip to content

Commit

Permalink
🚑 - Monorepo hotfix (#1035)
Browse files Browse the repository at this point in the history
* 🚑 - Monorepo hotfix

* update version

update correct version

* update lockfile
  • Loading branch information
jfrolich authored Sep 3, 2024
1 parent 1d16309 commit fd91104
Show file tree
Hide file tree
Showing 6 changed files with 409 additions and 404 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
## master

## 1.58.0

#### :bug: Bug fix

- Fix an issue where the extension would still crash in a monorepo with rewatch

#### :rocket: New Feature

- Add hightlighting for the new dict literal syntax `dict{}`. https:/rescript-lang/rescript-vscode/pull/934
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.56.0",
"version": "1.58.0",
"repository": {
"type": "git",
"url": "https:/rescript-lang/rescript-vscode"
Expand Down
Loading

0 comments on commit fd91104

Please sign in to comment.