Skip to content

Commit 22774d1

Browse files
release: jco v1.17.8
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4c3a3d4 commit 22774d1

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

packages/jco/CHANGELOG.md

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

3+
## [1.17.8] - 2026-04-17
4+
5+
### 🚀 Features
6+
7+
- _(jco)_ add --strict option for enabling bindgen type checks by @vados-cosmonic
8+
9+
### 🐛 Bug Fixes
10+
11+
- _(jco)_ version number by @vados-cosmonic
12+
13+
### 🧪 Testing
14+
15+
- _(jco)_ add codegen test for --strict by @vados-cosmonic
16+
17+
### ⚙️ Miscellaneous Tasks
18+
19+
- _(jco)_ remove debug code in test by @vados-cosmonic in #1403
20+
321
## [1.17.7] - 2026-04-16
422

523
### 🧪 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.17.7",
3+
"version": "1.17.8",
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.7");
28+
.version("1.17.8");
2929

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

0 commit comments

Comments
 (0)