Skip to content

Commit 8362463

Browse files
vados-cosmonicgithub-actions[bot]
authored andcommitted
release: jco v1.15.3
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5bb588e commit 8362463

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/jco/CHANGELOG.md

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

3+
## [1.15.3] - 2025-11-03
4+
5+
### 🚀 Features
6+
7+
* *(jco)* js-component-bindgen -> v1.13.0 by @vados-cosmonic in #1090
8+
9+
10+
11+
312
## [1.15.2] - 2025-10-27
413

514
### 🧪 Testing

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.2",
3+
"version": "1.15.3",
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.2');
28+
.version('1.15.3');
2929

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

0 commit comments

Comments
 (0)