Skip to content

Commit e2997fa

Browse files
github-actions[bot]GordonSmith
authored andcommitted
chore(main): release wit-idl 0.3.29
1 parent 53ef3f9 commit e2997fa

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.28"
2+
".": "0.3.29"
33
}

CHANGELOG.md

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

3+
## [0.3.29](https://github.com/bytecodealliance/vscode-wit/compare/wit-idl-v0.3.28...wit-idl-v0.3.29) (2026-03-17)
4+
5+
6+
### Features
7+
8+
* switch to component model for wit-bindgen-wasm ([53ef3f9](https://github.com/bytecodealliance/vscode-wit/commit/53ef3f9b41288db5591e62c546f8b08f8313d102))
9+
10+
11+
### Bug Fixes
12+
13+
* update dependencies in package.json and Cargo files ([c9c8d4d](https://github.com/bytecodealliance/vscode-wit/commit/c9c8d4d6afa5990feafaa412754b7628df8f384a))
14+
315
## [0.3.28](https://github.com/bytecodealliance/vscode-wit/compare/wit-idl-v0.3.27...wit-idl-v0.3.28) (2026-03-01)
416

517

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.28",
6+
"version": "0.3.29",
77
"publisher": "bytecodealliance",
88
"icon": "images/wit-icon.png",
99
"categories": [

0 commit comments

Comments
 (0)