Skip to content

Commit 979eeb1

Browse files
release: componentize-js v0.19.0 (#292)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: tschneidereit <[email protected]>
1 parent 03eb63b commit 979eeb1

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

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

3+
## [0.19.0] - 2025-09-08
4+
5+
### 🐛 Bug Fixes
6+
7+
* *(ops)* add catch-all for non-conventional commits (#290) by @vados-cosmonic in #290
8+
9+
* *(tests)* race condition with server random port (#288) by @vados-cosmonic in #288
10+
11+
12+
### Other Changes
13+
14+
* *(other changes)* Update starlingmonkey to 0.2.0 (#285) by @karthik2804 in #285
15+
16+
17+
18+
319
## [0.18.5] - 2025-08-28
420

521
### 🚀 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)