File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.11.2-rc.0] - 2025-05-11
4+
5+ ### 🐛 Bug Fixes
6+
7+ * * (jco)* missing stat dependency (#650 ) by @vados-cosmonic in #650
8+
9+ * * (jco)* appending to const value raises error (#648 ) by @thomas9911 in #648
10+
11+
12+
13+ ## New Contributors
14+ * @dependabot [ bot] made their first contribution in [ #662 ] ( https://github.com/bytecodealliance/jco/pull/662 )
15+ * @thomas9911 made their first contribution in [ #648 ] ( https://github.com/bytecodealliance/jco/pull/648 )
16+
17+
318## [ jco-v1.11.0] - 2025-04-28
419
520### 🚀 Features
Original file line number Diff line number Diff line change 11{
22 "name" : " @bytecodealliance/jco" ,
3- "version" : " 1.11.1 " ,
3+ "version" : " 1.11.2-rc.0 " ,
44 "description" : " JavaScript tooling for working with WebAssembly Components" ,
55 "author" : " Guy Bedford" ,
66 "bin" : {
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.1 ' ) ;
16+ . version ( '1.11.2-rc.0 ' ) ;
1717
1818function myParseInt ( value ) {
1919 return parseInt ( value , 10 ) ;
You can’t perform that action at this time.
0 commit comments