Skip to content

Commit f0a2937

Browse files
release: componentize-js v0.18.4 (#276)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: vados-cosmonic <123968127+vados-cosmonic@users.noreply.github.com>
1 parent 63a4cf4 commit f0a2937

File tree

4 files changed

+42
-4
lines changed

4 files changed

+42
-4
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
# Changelog
22

3+
## [0.18.4] - 2025-07-23
4+
5+
### 🚀 Features
6+
7+
* update weval to v0.3.4 (#267) by @vados-cosmonic in #267
8+
9+
10+
### 🐛 Bug Fixes
11+
12+
* logic for stubbing outgoing http and fetch-event (#268) by @vados-cosmonic in #268
13+
14+
* reuse feature list for CLI, add 'fetch-event' (#269) by @vados-cosmonic in #269
15+
16+
* remove log during realloc (#273) by @vados-cosmonic in #273
17+
18+
* *(tests)* responseOutparam usage (#271) by @vados-cosmonic in #271
19+
20+
* *(ci)* release changelog generation (#263) by @vados-cosmonic in #263
21+
22+
* *(ci)* create rc releases as prerelease (#264) by @vados-cosmonic in #264
23+
24+
25+
### 🚜 Refactor
26+
27+
* 'features' -> 'feature' in WIT & Rust component (#270) by @vados-cosmonic in #270
28+
29+
* *(tests)* refactor expected globals test (#262) by @vados-cosmonic in #262
30+
31+
32+
### ⚙️ Miscellaneous Tasks
33+
34+
* update StarlingMonkey to commit 1f6f81f (#260) by @vados-cosmonic in #260
35+
36+
* *(docs)* add comments to API type in README (#261) by @vados-cosmonic in #261
37+
38+
39+
40+
341
## [0.18.4-rc.1] - 2025-07-22
442

543
### 🚀 Features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bytecodealliance/componentize-js",
3-
"version": "0.18.4-rc.1",
3+
"version": "0.18.4",
44
"homepage": "https://github.com/bytecodealliance/componentize-js#readme",
55
"description": "ESM -> WebAssembly Component creator, via a SpiderMonkey JS engine embedding",
66
"type": "module",

src/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export async function componentizeCmd(jsSource, opts) {
2222
}
2323

2424
program
25-
.version('0.18.4-rc.1')
25+
.version('0.18.4')
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')

0 commit comments

Comments
 (0)