Skip to content

Commit a5815fd

Browse files
vados-cosmonicgithub-actions[bot]
authored andcommitted
release: componentize-js v0.18.5
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0dd34de commit a5815fd

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

CHANGELOG.md

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

3+
## [0.18.5] - 2025-08-28
4+
5+
### 🚀 Features
6+
7+
* *(tests)* replace mocha with vitest (#277) by @vados-cosmonic in #277
8+
9+
10+
### 🐛 Bug Fixes
11+
12+
* *(docs)* Fix typo (#280) by @Mishra-Suraj in #280
13+
14+
15+
### 🚜 Refactor
16+
17+
* *(tests)* split up test suites, update docs (#278) by @vados-cosmonic in #278
18+
19+
20+
### ⚙️ Miscellaneous Tasks
21+
22+
* *(deps)* update wizer to ^10.0.0 (#283) by @vados-cosmonic in #283
23+
24+
25+
26+
## New Contributors
27+
* @Mishra-Suraj made their first contribution in [#280](https://github.com/bytecodealliance/ComponentizeJS/pull/280)
28+
29+
330
## [0.18.4] - 2025-07-23
431

532
### 🚀 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.18.4",
3+
"version": "0.18.5",
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.4')
25+
.version('0.18.5')
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)