File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.11.2-rc.2] - 2025-05-12
4+
5+ ### 🚜 Refactor
6+
7+ * * (jco)* re-arrange package.json, add contributors (#679 ) by @vados-cosmonic in #679
8+
9+
10+
11+
312## [ 1.11.2-rc.1] - 2025-05-12
413
514### ⚙️ Miscellaneous Tasks
Original file line number Diff line number Diff line change 11{
22 "name" : " @bytecodealliance/jco" ,
3- "version" : " 1.11.2-rc.1 " ,
3+ "version" : " 1.11.2-rc.2 " ,
44 "description" : " JavaScript tooling for working with WebAssembly Components" ,
55 "homepage" : " https://github.com/bytecodealliance/jco#readme" ,
66 "author" : " Guy Bedford" ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ program
1313 . name ( 'jco' )
1414 . description ( c `{bold jco - WebAssembly JS Component Tools}\n JS Component Transpilation Bindgen & Wasm Tools for JS` )
1515 . usage ( '<command> [options]' )
16- . version ( '1.11.2-rc.1 ' ) ;
16+ . version ( '1.11.2-rc.2 ' ) ;
1717
1818function myParseInt ( value ) {
1919 return parseInt ( value , 10 ) ;
You can’t perform that action at this time.
0 commit comments