diff --git a/CHANGELOG.md b/CHANGELOG.md index a9915fac5..bd6ce4edb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [v0.7.3](https://github.com/lf-lang/vscode-lingua-franca/tree/v0.7.3) (2024-05-26) + +**Highlights** + +This release fixes an issue that rendered it unresponsive to commands. + +- Proprietary extension support [\#162](https://github.com/lf-lang/vscode-lingua-franca/pull/162) (@petervdonovan) +- Handle case when wasm-pack is not installed [\#165](https://github.com/lf-lang/vscode-lingua-franca/pull/165) (@petervdonovan) + + ## [v0.7.2](https://github.com/lf-lang/vscode-lingua-franca/tree/v0.7.2) (2024-05-20) **Highlights** diff --git a/package-lock.json b/package-lock.json index 3620d9465..5d017fb7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-lingua-franca", - "version": "0.7.2", + "version": "0.7.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-lingua-franca", - "version": "0.7.2", + "version": "0.7.3", "hasInstallScript": true, "license": "BSD-2-Clause", "dependencies": { diff --git a/package.json b/package.json index 83be4ee79..292034f64 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-lingua-franca", "displayName": "Lingua Franca", "description": "Lingua Franca for Visual Studio Code. Provides lints, code completion and navigation, interactive diagrams, and more.", - "version": "0.7.2", + "version": "0.7.3", "publisher": "lf-lang", "icon": "images/icon.png", "license": "BSD-2-Clause",