Skip to content

Commit e4a477e

Browse files
vados-cosmonicgithub-actions[bot]
authored andcommitted
release: jco v1.18.0
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 14fa616 commit e4a477e

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

packages/jco/CHANGELOG.md

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

3+
## [1.18.0] - 2026-04-18
4+
5+
### 🚀 Features
6+
7+
- _(jco)_ detect older `wasi:http` version for older componentizejs by @vados-cosmonic
8+
9+
- _(jco)_ add import/export metadata getter fn to wasm-tools by @vados-cosmonic
10+
11+
- _(jco)_ add componentize-js v0.19.3 as dep by @vados-cosmonic
12+
13+
### 🐛 Bug Fixes
14+
15+
- _(jco)_ look for all old wasi versions by @vados-cosmonic
16+
17+
- _(jco)_ add old componentize-js checking for fetch import by @vados-cosmonic
18+
19+
- _(jco)_ fix older wasi test on windows by @vados-cosmonic
20+
21+
### 🧪 Testing
22+
23+
- _(jco)_ update directive test to check for 'use components' by @vados-cosmonic in #1410
24+
25+
### ⚙️ Miscellaneous Tasks
26+
27+
- _(jco)_ update componentize-js to 0.20.0 by @vados-cosmonic
28+
329
## [1.17.9] - 2026-04-17
430

531
### ⚙️ Miscellaneous Tasks

packages/jco/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bytecodealliance/jco",
3-
"version": "1.17.9",
3+
"version": "1.18.0",
44
"description": "JavaScript tooling for working with WebAssembly Components",
55
"keywords": [
66
"Component",

packages/jco/src/jco.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ program
2525
)
2626
.usage("<command> [options]")
2727
.enablePositionalOptions()
28-
.version("1.17.9");
28+
.version("1.18.0");
2929

3030
function myParseInt(value) {
3131
return parseInt(value, 10);

0 commit comments

Comments
 (0)