diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index af55ef0..949ce4c 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.1" + ".": "0.2.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6994f54..a32c84b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.2](https://github.com/bytecodealliance/vscode-wit/compare/wit-idl-v0.2.1...wit-idl-v0.2.2) (2023-09-03) + + +### Features + +* add toplevel use keyword to wit grammar ([#26](https://github.com/bytecodealliance/vscode-wit/issues/26)) ([8990d18](https://github.com/bytecodealliance/vscode-wit/commit/8990d1836f2eb9e03de2fad0cb1d7acd1e7e61cb)) + ## [0.2.1](https://github.com/bytecodealliance/vscode-wit/compare/wit-idl-v0.2.0...wit-idl-v0.2.1) (2023-09-02) diff --git a/package-lock.json b/package-lock.json index 34b1c9a..bfb5f36 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wit-idl", - "version": "0.2.1", + "version": "0.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wit-idl", - "version": "0.2.1", + "version": "0.2.2", "license": "Apache-2.0 WITH LLVM-exception", "devDependencies": { "@vscode/vsce": "^2.19.0", diff --git a/package.json b/package.json index 5e7ec5c..d6da65e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "WIT IDL", "description": "WebAssembly Interface Type (WIT) IDL Extension for VSCode", "private": true, - "version": "0.2.1", + "version": "0.2.2", "publisher": "bytecodealliance", "icon": "images/wit-icon.png", "repository": {