Skip to content

Commit 4ebb5c5

Browse files
authored
Merge pull request #163 from lf-lang/releases/v0.7.3
Release version v0.7.3
2 parents 592b3af + cb53ddf commit 4ebb5c5

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [v0.7.3](https://github.com/lf-lang/vscode-lingua-franca/tree/v0.7.3) (2024-05-26)
4+
5+
**Highlights**
6+
7+
This release fixes an issue that rendered it unresponsive to commands.
8+
9+
- Proprietary extension support [\#162](https://github.com/lf-lang/vscode-lingua-franca/pull/162) (@petervdonovan)
10+
- Handle case when wasm-pack is not installed [\#165](https://github.com/lf-lang/vscode-lingua-franca/pull/165) (@petervdonovan)
11+
12+
313
## [v0.7.2](https://github.com/lf-lang/vscode-lingua-franca/tree/v0.7.2) (2024-05-20)
414

515
**Highlights**

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
@@ -2,7 +2,7 @@
22
"name": "vscode-lingua-franca",
33
"displayName": "Lingua Franca",
44
"description": "Lingua Franca for Visual Studio Code. Provides lints, code completion and navigation, interactive diagrams, and more.",
5-
"version": "0.7.2",
5+
"version": "0.7.3",
66
"publisher": "lf-lang",
77
"icon": "images/icon.png",
88
"license": "BSD-2-Clause",

0 commit comments

Comments
 (0)