From cd1a8c3bf17d0912b48a7f76aa5c232e6ffcc2dc Mon Sep 17 00:00:00 2001 From: vados-cosmonic <123968127+vados-cosmonic@users.noreply.github.com> Date: Mon, 3 Aug 2026 16:04:09 +0000 Subject: [PATCH] release: jco-transpile v0.6.0 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- packages/jco-transpile/CHANGELOG.md | 26 ++++++++++++++++++++++++++ packages/jco-transpile/package.json | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/packages/jco-transpile/CHANGELOG.md b/packages/jco-transpile/CHANGELOG.md index 2662e1aea..e8c03a560 100644 --- a/packages/jco-transpile/CHANGELOG.md +++ b/packages/jco-transpile/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## [0.6.0] - 2026-08-03 + +### ๐Ÿš€ Features + +- _(transpile)_ enable wasm enxref support switch by @vados-cosmonic + +### ๐Ÿงช Testing + +- _(transpile)_ add a test for component resource disposal by @vados-cosmonic + +- _(transpile)_ update test to allow for '\_util' export by @vados-cosmonic in #1788 + +- _(transpile)_ re-enable tests that use nested futures by @vados-cosmonic + +- _(transpile)_ test full async parameter spillover by @vados-cosmonic in #1786 + +- _(transpile)_ test mixed async parameter boundaries by @vados-cosmonic + +- _(transpile)_ test async parameter spillover by @vados-cosmonic + +- _(transpile)_ test async flat parameter boundary by @vados-cosmonic + +- _(transpile)_ test sync parameter spillover by @vados-cosmonic + +- _(transpile)_ test sync flat parameter boundary by @vados-cosmonic + ## [0.5.2] - 2026-07-27 This release contains an update fo the underlying transpiled `js-component-bindgen` diff --git a/packages/jco-transpile/package.json b/packages/jco-transpile/package.json index 5b567540b..f823eda4a 100644 --- a/packages/jco-transpile/package.json +++ b/packages/jco-transpile/package.json @@ -1,6 +1,6 @@ { "name": "@bytecodealliance/jco-transpile", - "version": "0.5.2", + "version": "0.6.0", "description": "WebAssembly Component transpilation functionality for Jco", "keywords": [ "Component",