Skip to content

Commit c763558

Browse files
tschneidereitgithub-actions[bot]
authored andcommitted
release: componentize-js v0.19.0
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c1152e2 commit c763558

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

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

3+
## [0.19.0] - 2025-09-08
4+
5+
### 🐛 Bug Fixes
6+
7+
* *(tests)* race condition with server random port (#288) by @vados-cosmonic in #288
8+
9+
10+
11+
312
## [0.18.5] - 2025-08-28
413

514
### 🚀 Features

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bytecodealliance/componentize-js",
3-
"version": "0.18.5",
3+
"version": "0.19.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",
@@ -49,4 +49,4 @@
4949
"workspaces": [
5050
"."
5151
]
52-
}
52+
}

src/cli.js

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

2323
program
24-
.version('0.18.5')
24+
.version('0.19.0')
2525
.description('Create a component from a JavaScript module')
2626
.usage('<js-source> --wit wit-world.wit -o <component-path>')
2727
.argument('<js-source>', 'JS source file to build')

0 commit comments

Comments
 (0)