diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cadcac70..c067bd359 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [v0.4.1](https://github.com/lf-lang/vscode-lingua-franca/tree/v0.4.1) (2023-03-01) + +**Highlights** + +This patch release is to satisfy the VS Marketplace requirements for publication. + +- Removal of bad links [\#98](https://github.com/lf-lang/vscode-lingua-franca/pull/98) ([lhstrh](https://github.com/lhstrh)) + + ## [v0.4.0](https://github.com/lf-lang/vscode-lingua-franca/tree/v0.4.0) (2023-03-01) **Highlights** diff --git a/package-lock.json b/package-lock.json index 98432e671..7e3d092b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-lingua-franca", - "version": "0.4.0", + "version": "0.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-lingua-franca", - "version": "0.4.0", + "version": "0.4.1", "hasInstallScript": true, "license": "BSD-2-Clause", "dependencies": { diff --git a/package.json b/package.json index 239e7932e..b902b51f6 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.4.0", + "version": "0.4.1", "publisher": "lf-lang", "icon": "images/icon.png", "license": "BSD-2-Clause",