Skip to content

Commit 89adca3

Browse files
release: jco-transpile v0.0.5
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8b01288 commit 89adca3

File tree

3 files changed

+47
-2
lines changed

3 files changed

+47
-2
lines changed

package-lock.json

Lines changed: 20 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.0.5] - 2025-11-05
4+
5+
### 🐛 Bug Fixes
6+
7+
* *(transpile)* remove unused program arg from transpile() by @vados-cosmonic in #1086
8+
9+
* *(transpile)* type declarations by @vados-cosmonic
10+
11+
12+
### 🚜 Refactor
13+
14+
* *(transpile)* remove chalk dependency by @vados-cosmonic in #1011
15+
16+
17+
### 🧪 Testing
18+
19+
* *(transpile)* add test for JS reserved word generation by @vados-cosmonic
20+
21+
22+
### ⚙️ Miscellaneous Tasks
23+
24+
* *(transpile)* eslint fix by @vados-cosmonic
25+
26+
27+
28+
329
## [0.0.4] - 2025-08-25
430

531
### ⚙️ Miscellaneous Tasks

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.0.4",
3+
"version": "0.0.5",
44
"description": "WebAssembly Component transpilation functionality for Jco",
55
"contributors": [
66
{

0 commit comments

Comments
 (0)