File tree Expand file tree Collapse file tree 3 files changed +28
-2
lines changed
Expand file tree Collapse file tree 3 files changed +28
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.18.0] - 2026-04-18
4+
5+ ### 🚀 Features
6+
7+ - _ (jco)_ detect older ` wasi:http ` version for older componentizejs by @vados-cosmonic
8+
9+ - _ (jco)_ add import/export metadata getter fn to wasm-tools by @vados-cosmonic
10+
11+ - _ (jco)_ add componentize-js v0.19.3 as dep by @vados-cosmonic
12+
13+ ### 🐛 Bug Fixes
14+
15+ - _ (jco)_ look for all old wasi versions by @vados-cosmonic
16+
17+ - _ (jco)_ add old componentize-js checking for fetch import by @vados-cosmonic
18+
19+ - _ (jco)_ fix older wasi test on windows by @vados-cosmonic
20+
21+ ### 🧪 Testing
22+
23+ - _ (jco)_ update directive test to check for 'use components' by @vados-cosmonic in #1410
24+
25+ ### ⚙️ Miscellaneous Tasks
26+
27+ - _ (jco)_ update componentize-js to 0.20.0 by @vados-cosmonic
28+
329## [ 1.17.9] - 2026-04-17
430
531### ⚙️ Miscellaneous Tasks
Original file line number Diff line number Diff line change 11{
22 "name" : " @bytecodealliance/jco" ,
3- "version" : " 1.17.9 " ,
3+ "version" : " 1.18.0 " ,
44 "description" : " JavaScript tooling for working with WebAssembly Components" ,
55 "keywords" : [
66 " Component" ,
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ program
2525 )
2626 . usage ( "<command> [options]" )
2727 . enablePositionalOptions ( )
28- . version ( "1.17.9 " ) ;
28+ . version ( "1.18.0 " ) ;
2929
3030function myParseInt ( value ) {
3131 return parseInt ( value , 10 ) ;
You can’t perform that action at this time.
0 commit comments