Skip to content

Commit 629bd96

Browse files
release: componentize-js v0.19.2 (#312)
Co-authored-by: vados-cosmonic <[email protected]>
1 parent 84a7ea2 commit 629bd96

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

CHANGELOG.md

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

3+
## [0.19.2] - 2025-10-17
4+
5+
### 🚀 Features
6+
7+
* Update StarlingMonkey to v0.2.1 (#311) by @tschneidereit in #311
8+
9+
10+
### 🐛 Bug Fixes
11+
12+
* *(ci)* test runs on windows runner (#308) by @vados-cosmonic in #308
13+
14+
* separate folder component path use (#299) by @vados-cosmonic in #299
15+
16+
* remove shell setting for wizer call (#303) by @vados-cosmonic in #303
17+
18+
* *(ci)* temporarily downgrade windows runners from latest to 2022 (#302) by @vados-cosmonic in #302
19+
20+
21+
22+
323
## [0.19.1] - 2025-09-16
424

525
### 🐛 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.1",
3+
"version": "0.19.2",
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.1')
24+
.version('0.19.2')
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)