Skip to content

Commit ab6483f

Browse files
release: componentize-js v0.19.3 (#316)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: vados-cosmonic <[email protected]>
1 parent 7c68b88 commit ab6483f

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

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

3+
## [0.19.3] - 2025-10-27
4+
5+
### 🐛 Bug Fixes
6+
7+
* move jco dependency back to active (#315) by @vados-cosmonic in #315
8+
9+
* *(ci)* miscellaneous improvements to CI and tests (#310) by @vados-cosmonic in #310
10+
11+
* duplicated function names for same interfaces and export (#306) by @SanderVanRiessen in #306
12+
13+
14+
### Other Changes
15+
16+
* *(other changes)* Updated orca_wasm into wirm latest version (#300) by @EngoDev in #300
17+
18+
19+
20+
## New Contributors
21+
* @EngoDev made their first contribution in [#300](https://github.com/bytecodealliance/ComponentizeJS/pull/300)
22+
* @SanderVanRiessen made their first contribution in [#306](https://github.com/bytecodealliance/ComponentizeJS/pull/306)
23+
24+
325
## [0.19.2] - 2025-10-17
426

527
### 🚀 Features

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.19.2",
3+
"version": "0.19.3",
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
@@ -21,7 +21,7 @@ export async function componentizeCmd(jsSource, opts) {
2121
}
2222

2323
program
24-
.version('0.19.2')
24+
.version('0.19.3')
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)