diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3a327a0..63c033c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.3" + ".": "0.0.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9af283e..89e076a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.0.4](https://github.com/noir-lang/vscode-noir/compare/v0.0.3...v0.0.4) (2023-08-16) + + +### Features + +* Add compile command to handle Compile code lens ([#30](https://github.com/noir-lang/vscode-noir/issues/30)) ([c88a397](https://github.com/noir-lang/vscode-noir/commit/c88a397dd18b80e99a361995312389e40e3edf0a)) +* Add execute command to handle Execute code lens ([#31](https://github.com/noir-lang/vscode-noir/issues/31)) ([7eb8a52](https://github.com/noir-lang/vscode-noir/commit/7eb8a52543c09fcf11b18d168be262fb51f43bf7)) +* Handle nargo.test command when executed by codelens ([#25](https://github.com/noir-lang/vscode-noir/issues/25)) ([d901967](https://github.com/noir-lang/vscode-noir/commit/d901967cb51f0bc76199d984ba9465ab74cd3c43)) + + +### Bug Fixes + +* Accept multiple arguments for a registered command ([#29](https://github.com/noir-lang/vscode-noir/issues/29)) ([0185ff4](https://github.com/noir-lang/vscode-noir/commit/0185ff47acd3e4aa8da4a9149c407ba0a1526b48)) + ## [0.0.3](https://github.com/noir-lang/vscode-noir/compare/v0.0.2...v0.0.3) (2023-06-26) diff --git a/package-lock.json b/package-lock.json index 8f769dc..594c571 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-noir", - "version": "0.0.3", + "version": "0.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-noir", - "version": "0.0.3", + "version": "0.0.4", "license": "(MIT OR Apache-2.0)", "dependencies": { "vscode-languageclient": "^8.0.3", diff --git a/package.json b/package.json index 9944d88..8f74793 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-noir", "displayName": "Noir Language Support", "description": "Noir support for Visual Studio Code", - "version": "0.0.3", + "version": "0.0.4", "publisher": "noir-lang", "keywords": [ "noir",