Skip to content

Commit 21b657c

Browse files
release: componentize-js v0.18.3-rc.6 (#254)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: vados-cosmonic <[email protected]>
1 parent 24cef8f commit 21b657c

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

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

3+
## [0.18.3-rc.6] - 2025-07-14
4+
5+
### 🐛 Bug Fixes
6+
7+
* allow for use of both manual & fetchEvent based HTTP (#247) by @vados-cosmonic in #247
8+
9+
* makefile dep for splicer component (#251) by @vados-cosmonic in #251
10+
11+
12+
### 🚜 Refactor
13+
14+
* splicer WIT and generated bindings (#252) by @vados-cosmonic in #252
15+
16+
17+
### ⚙️ Miscellaneous Tasks
18+
19+
* *(ci)* add clippy (#248) by @vados-cosmonic in #248
20+
21+
22+
23+
324
## [0.18.3-rc.5] - 2025-07-08
425

526
### 🐛 Bug Fixes

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.18.3-rc.5",
3+
"version": "0.18.3-rc.6",
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
@@ -22,7 +22,7 @@ export async function componentizeCmd (jsSource, opts) {
2222
}
2323

2424
program
25-
.version('0.18.3-rc.5')
25+
.version('0.18.3-rc.6')
2626
.description('Create a component from a JavaScript module')
2727
.usage('<js-source> --wit wit-world.wit -o <component-path>')
2828
.argument('<js-source>', 'JS source file to build')

0 commit comments

Comments
 (0)