File tree Expand file tree Collapse file tree 3 files changed +45
-2
lines changed
Expand file tree Collapse file tree 3 files changed +45
-2
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## [ 0.18.3-rc.0] - 2025-06-27
4+
5+ ### 🚀 Features
6+
7+ * * (ci)* add release automation (#226 ) by @vados-cosmonic in #226
8+
9+
10+ ### 🐛 Bug Fixes
11+
12+ * * (ops)* add CHANGELOG.md (#229 ) by @vados-cosmonic in #229
13+
14+ * do not skip wasi: http export processing (#218 ) by @vados-cosmonic in #218
15+
16+ * * (ci)* use a local test server for fetch test (#207 ) by @vados-cosmonic in #207
17+
18+
19+ ### 🚜 Refactor
20+
21+ * componentize code (#203 ) by @vados-cosmonic in #203
22+
23+ * * (splicer)* add explicit error for invalid WIT source (#219 ) by @vados-cosmonic in #219
24+
25+
26+ ### ⚙️ Miscellaneous Tasks
27+
28+ * add CHANGELOG.md (#227 ) by @vados-cosmonic in #227
29+
30+ * * (deps)* update upstream wasm deps to * .227.1 (#204 ) by @vados-cosmonic in #204
31+
32+
33+
34+ ## New Contributors
35+ * @vados-cosmonic made their first contribution in [ #229 ] ( https://github.com/bytecodealliance/componentize-js/pull/229 )
36+ * @tomasol made their first contribution in [ #223 ] ( https://github.com/bytecodealliance/componentize-js/pull/223 )
37+ * @tschneidereit made their first contribution in [ #220 ] ( https://github.com/bytecodealliance/componentize-js/pull/220 )
38+
39+
40+ ## [ 0.18.2] - 2025-04-09
41+
42+
43+
144
Original file line number Diff line number Diff line change 11{
22 "name" : " @bytecodealliance/componentize-js" ,
3- "version" : " 0.18.2 " ,
3+ "version" : " 0.18.3-rc.0 " ,
44 "homepage" : " https://github.com/bytecodealliance/componentize-js#readme" ,
55 "description" : " ESM -> WebAssembly Component creator, via a SpiderMonkey JS engine embedding" ,
66 "type" : " module" ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ export async function componentizeCmd (jsSource, opts) {
2222}
2323
2424program
25- . version ( '0.18.2 ' )
25+ . version ( '0.18.3-rc.0 ' )
2626 . description ( 'Create a component from a JavaScript module' )
2727 . usage ( '<js-source> --wit wit-world.wit -o <component-path>' )
2828 . argument ( '<js-source>' , 'JS source file to build' )
You can’t perform that action at this time.
0 commit comments