Skip to content

Commit e686416

Browse files
release-please[bot]GordonSmith
authored andcommitted
chore(main): release wit-idl 0.3.7
1 parent cc7dd88 commit e686416

4 files changed

Lines changed: 17 additions & 4 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.6"
2+
".": "0.3.7"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.3.7](https://github.com/bytecodealliance/vscode-wit/compare/wit-idl-v0.3.6...wit-idl-v0.3.7) (2025-06-25)
4+
5+
6+
### Features
7+
8+
* add code generation ([cc7dd88](https://github.com/bytecodealliance/vscode-wit/commit/cc7dd88198ed22b8cf1010be0d9e3221bfbed229))
9+
* add keybindings for syntax checking commands ([55f1b46](https://github.com/bytecodealliance/vscode-wit/commit/55f1b469c69783ae5567a1a4eee205aabc353c22))
10+
11+
12+
### Bug Fixes
13+
14+
* missing world error failing to parse ([dbf1fd3](https://github.com/bytecodealliance/vscode-wit/commit/dbf1fd35c3812fc3da2da554c84625a4120276c6))
15+
316
## [0.3.6](https://github.com/bytecodealliance/vscode-wit/compare/wit-idl-v0.3.5...wit-idl-v0.3.6) (2025-06-15)
417

518

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "WIT IDL",
44
"description": "WebAssembly Interface Type (WIT) IDL Extension for VSCode",
55
"private": true,
6-
"version": "0.3.6",
6+
"version": "0.3.7",
77
"publisher": "bytecodealliance",
88
"icon": "images/wit-icon.png",
99
"categories": [

0 commit comments

Comments
 (0)