diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 816df2d..0477999 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.1" + ".": "0.3.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 13b3e88..d72a7d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.3.2](https://github.com/bytecodealliance/vscode-wit/compare/wit-idl-v0.3.1...wit-idl-v0.3.2) (2025-05-12) + + +### Bug Fixes + +* comments on type aliases are now recognized as comments ([80c21d1](https://github.com/bytecodealliance/vscode-wit/commit/80c21d19ee4004bbcccf68c71ed13ceba6c4e7f6)) +* separate rules for `result` keyword with and without <> ([cf87929](https://github.com/bytecodealliance/vscode-wit/commit/cf8792998880407f31399418a964bfe43454c54f)) + ## [0.3.1](https://github.com/bytecodealliance/vscode-wit/compare/wit-idl-v0.3.0...wit-idl-v0.3.1) (2023-09-05) diff --git a/package-lock.json b/package-lock.json index db764e4..7b2130c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wit-idl", - "version": "0.3.1", + "version": "0.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wit-idl", - "version": "0.3.1", + "version": "0.3.2", "license": "Apache-2.0 WITH LLVM-exception", "devDependencies": { "@types/node": "20.17.46", diff --git a/package.json b/package.json index 335e53b..b3b2a2f 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.3.1", + "version": "0.3.2", "publisher": "bytecodealliance", "icon": "images/wit-icon.png", "categories": [