Skip to content

Commit 95228c7

Browse files
release: jco v1.25.2
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 13306d0 commit 95228c7

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

packages/jco/CHANGELOG.md

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

3+
## [1.25.2] - 2026-07-09
4+
5+
### ⚙️ Miscellaneous Tasks
6+
7+
- _(jco)_ update jco-transpile to v0.4.2 by @vados-cosmonic in #1742
8+
39
## [1.25.1] - 2026-07-07
410

511
### ⚙️ 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.25.1",
3+
"version": "1.25.2",
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.25.1");
28+
.version("1.25.2");
2929

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

0 commit comments

Comments
 (0)