File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.15.4] - 2025-12-01
4+
5+ ### 🐛 Bug Fixes
6+
7+ * * (jco)* async return writing for caller memory by @vados-cosmonic in #1143
8+
9+ * * (jco)* require utf8 decoder for flat string lifts by @vados-cosmonic in #1142
10+
11+
12+ ### 🧪 Testing
13+
14+ * * (jco)* refactor vite SSR hack for vitest by @vados-cosmonic
15+
16+
17+ ### ⚙️ Miscellaneous Tasks
18+
19+ * * (jco)* fix imports of bare node 'url' builtin by @vados-cosmonic
20+
21+
22+
23+
324## [ 1.15.3] - 2025-11-03
425
526### 🚀 Features
Original file line number Diff line number Diff line change 11{
22 "name" : " @bytecodealliance/jco" ,
3- "version" : " 1.15.3 " ,
3+ "version" : " 1.15.4 " ,
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 @@ -25,7 +25,7 @@ program
2525 )
2626 . usage ( '<command> [options]' )
2727 . enablePositionalOptions ( )
28- . version ( '1.15.3 ' ) ;
28+ . version ( '1.15.4 ' ) ;
2929
3030function myParseInt ( value ) {
3131 return parseInt ( value , 10 ) ;
You can’t perform that action at this time.
0 commit comments