Skip to content

Commit 03550b6

Browse files
release: jco v1.25.1
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0a40115 commit 03550b6

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.1] - 2026-07-07
4+
5+
### ⚙️ Miscellaneous Tasks
6+
7+
- _(jco)_ update jco-transpile to v0.4.1 by @vados-cosmonic in #1735
8+
39
## [1.25.0] - 2026-07-06
410

511
### 🚜 Refactor

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

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

0 commit comments

Comments
 (0)