File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed
Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.17.8] - 2026-04-17
4+
5+ ### 🚀 Features
6+
7+ - _ (jco)_ add --strict option for enabling bindgen type checks by @vados-cosmonic
8+
9+ ### 🐛 Bug Fixes
10+
11+ - _ (jco)_ version number by @vados-cosmonic
12+
13+ ### 🧪 Testing
14+
15+ - _ (jco)_ add codegen test for --strict by @vados-cosmonic
16+
17+ ### ⚙️ Miscellaneous Tasks
18+
19+ - _ (jco)_ remove debug code in test by @vados-cosmonic in #1403
20+
321## [ 1.17.7] - 2026-04-16
422
523### 🧪 Testing
Original file line number Diff line number Diff line change 11{
22 "name" : " @bytecodealliance/jco" ,
3- "version" : " 1.17.7 " ,
3+ "version" : " 1.17.8 " ,
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.7 " ) ;
28+ . version ( "1.17.8 " ) ;
2929
3030function myParseInt ( value ) {
3131 return parseInt ( value , 10 ) ;
You can’t perform that action at this time.
0 commit comments