Skip to content

Commit 7ad0ae5

Browse files
release: jco-transpile v0.4.1
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a4bfeab commit 7ad0ae5

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

packages/jco-transpile/CHANGELOG.md

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

3+
## [0.4.1] - 2026-07-06
4+
5+
This release fixes a regression in package size that had drastic implications,
6+
reducing the NPM package size of `jco-transpile` **from ~200MB to 2.1MB**, due to
7+
debug builds being packaged over release builds. Tests have been added to avoid
8+
this sort of regression in the future.
9+
10+
Thanks to @GamePad64 for catching this regression.
11+
12+
### 🐛 Bug Fixes
13+
14+
- _(transpile)_ don't rebuild jco in debug during the vendor step by @GamePad64 in #1732
15+
316
## [0.4.0] - 2026-07-06
417

518
### 🐛 Bug Fixes

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.4.0",
3+
"version": "0.4.1",
44
"description": "WebAssembly Component transpilation functionality for Jco",
55
"keywords": [
66
"Component",

0 commit comments

Comments
 (0)