Skip to content

Commit 35dd0ac

Browse files
release: jco-transpile v0.1.0-rc.0
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 71daa13 commit 35dd0ac

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

packages/jco-transpile/CHANGELOG.md

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

3+
## [0.1.0-rc.0] - 2025-11-05
4+
5+
### 🚀 Features
6+
7+
* *(transpile)* add helpers, example project, release test by @vados-cosmonic
8+
9+
* *(transpile)* convert to typescript by @vados-cosmonic
10+
11+
12+
### 🐛 Bug Fixes
13+
14+
* *(transpile)* fix lint issues, add typescript-eslint by @vados-cosmonic
15+
16+
17+
### ⚙️ Miscellaneous Tasks
18+
19+
* *(transpile)* prep for packaging by @vados-cosmonic
20+
21+
22+
23+
324
## [0.0.5] - 2025-11-05
425

526
### 🐛 Bug Fixes

packages/jco-transpile/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bytecodealliance/jco-transpile",
3-
"version": "0.0.5",
3+
"version": "0.1.0-rc.0",
44
"description": "WebAssembly Component transpilation functionality for Jco",
55
"contributors": [
66
{
@@ -59,9 +59,9 @@
5959
"terser": "^5"
6060
},
6161
"devDependencies": {
62-
"typescript-eslint": "^8.46.3",
63-
"eslint": "^9.39.1",
6462
"@types/node": "^24.10.0",
63+
"eslint": "^9.39.1",
64+
"typescript-eslint": "^8.46.3",
6565
"vite": "^7.1.5",
6666
"vitest": "^4.0.7"
6767
}

0 commit comments

Comments
 (0)