Skip to content

Commit b82cac8

Browse files
vados-cosmonicgithub-actions[bot]
authored andcommitted
release: jco v1.15.4
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 246b0a7 commit b82cac8

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

packages/jco/CHANGELOG.md

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

3+
## [1.15.4] - 2025-12-01
4+
5+
### 🐛 Bug Fixes
6+
7+
* *(jco)* async return writing for caller memory by @vados-cosmonic in #1143
8+
9+
* *(jco)* require utf8 decoder for flat string lifts by @vados-cosmonic in #1142
10+
11+
12+
### 🧪 Testing
13+
14+
* *(jco)* refactor vite SSR hack for vitest by @vados-cosmonic
15+
16+
17+
### ⚙️ Miscellaneous Tasks
18+
19+
* *(jco)* fix imports of bare node 'url' builtin by @vados-cosmonic
20+
21+
22+
23+
324
## [1.15.3] - 2025-11-03
425

526
### 🚀 Features

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.15.3",
3+
"version": "1.15.4",
44
"description": "JavaScript tooling for working with WebAssembly Components",
55
"homepage": "https://github.com/bytecodealliance/jco#readme",
66
"author": "Guy Bedford",

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.15.3');
28+
.version('1.15.4');
2929

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

0 commit comments

Comments
 (0)