We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1cfc24 commit d14a5c3Copy full SHA for d14a5c3
packages/jco/CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## [1.17.6] - 2026-03-30
4
+
5
+### 🧪 Testing
6
7
+- _(jco)_ enable nested stream test by @vados-cosmonic in #1340
8
9
+- _(jco)_ use drop in resoruce lift by @vados-cosmonic in #1339
10
11
+- _(jco)_ avoid recursive re-entrancy by @vados-cosmonic
12
13
+- _(jco)_ enable resource test, start fixing owned stream lift test by @vados-cosmonic
14
15
## [1.17.5] - 2026-03-24
16
17
### 🧪 Testing
packages/jco/package.json
@@ -1,6 +1,6 @@
{
"name": "@bytecodealliance/jco",
- "version": "1.17.5",
+ "version": "1.17.6",
"description": "JavaScript tooling for working with WebAssembly Components",
"keywords": [
"Component",
0 commit comments