Skip to content

Commit 77d2eef

Browse files
release: jco-transpile v0.4.0
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4e5f0a9 commit 77d2eef

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

packages/jco-transpile/CHANGELOG.md

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

3+
## [0.4.0] - 2026-07-06
4+
5+
### 🐛 Bug Fixes
6+
7+
- _(transpile)_ align versions of p2-shim by @vados-cosmonic
8+
9+
- _(transpile)_ downgrade p3-shim to v0.1.2 by @vados-cosmonic
10+
11+
### 🚜 Refactor
12+
13+
- _(transpile)_ move in tests from jco by @vados-cosmonic
14+
15+
### 🧪 Testing
16+
17+
- _(transpile)_ use semantic assert for minified file length by @vados-cosmonic in #1721
18+
19+
- _(transpile)_ fix test exclude list by @vados-cosmonic
20+
21+
- _(transpile)_ increase limit for perf test by @vados-cosmonic
22+
23+
- _(transpile)_ increase transpiled code limit by @vados-cosmonic
24+
25+
### ⚙️ Miscellaneous Tasks
26+
27+
- _(transpile)_ move from terser to oxc-minify by @vados-cosmonic
28+
329
## [0.3.9] - 2026-06-30
430

531
This release contains an update fo the underlying transpiled `js-component-bindgen`

packages/jco-transpile/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-transpile",
3-
"version": "0.3.9",
3+
"version": "0.4.0",
44
"description": "WebAssembly Component transpilation functionality for Jco",
55
"keywords": [
66
"Component",

0 commit comments

Comments
 (0)