diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index b985ff6..40ff6fe 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.1" + ".": "0.0.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3c233e0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.0.2](https://github.com/bytecodealliance/vscode-wit/compare/wit-idl-v0.0.1...wit-idl-v0.0.2) (2023-04-10) + + +### Features + +* add wit idl support for vscode ([b24abb8](https://github.com/bytecodealliance/vscode-wit/commit/b24abb873864a3d1fae838f101b7e3a06183e6a2)) diff --git a/package-lock.json b/package-lock.json index 6f6727f..d3c5ca1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "wit-idl", - "version": "0.0.6", + "version": "0.0.2", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 4616054..8a88973 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.0.1", + "version": "0.0.2", "publisher": "bytecodealliance", "icon": "images/wit-icon.png", "repository": {