File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.18.1] - 2026-04-20
4+
5+ ### 🚀 Features
6+
7+ - _ (jco)_ added warning when using fallback ComponentizeJS by @EngoDev in #1416
8+
9+ ## New Contributors
10+
11+ - @EngoDev made their first contribution in [ #1416 ] ( https://github.com/bytecodealliance/jco/pull/1416 )
12+
313## [ 1.18.0] - 2026-04-18
414
515### 🚀 Features
Original file line number Diff line number Diff line change 11{
22 "name" : " @bytecodealliance/jco" ,
3- "version" : " 1.18.0 " ,
3+ "version" : " 1.18.1 " ,
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.18.0 " ) ;
28+ . version ( "1.18.1 " ) ;
2929
3030function myParseInt ( value ) {
3131 return parseInt ( value , 10 ) ;
You can’t perform that action at this time.
0 commit comments