Skip to content

Commit 811dcf8

Browse files
release: componentize-js v0.19.1 (#296)
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 efb1b6d commit 811dcf8

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed

CHANGELOG.md

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

3+
## [0.19.1] - 2025-09-16
4+
5+
### 🐛 Bug Fixes
6+
7+
* *(ci)* set latest release when creating GH release (#294) by @vados-cosmonic in #294
8+
9+
10+
### Other Changes
11+
12+
* *(other changes)* Fix memory leak in call() retptr allocation (#295) by @ludfjig in #295
13+
14+
15+
16+
## New Contributors
17+
* @ludfjig made their first contribution in [#295](https://github.com/bytecodealliance/ComponentizeJS/pull/295)
18+
19+
320
## [0.19.0] - 2025-09-08
421

522
### 🐛 Bug Fixes

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.19.0",
3+
"version": "0.19.1",
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.0')
24+
.version('0.19.1')
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)