File tree Expand file tree Collapse file tree 2 files changed +24
-3
lines changed
Expand file tree Collapse file tree 2 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 {
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 }
You can’t perform that action at this time.
0 commit comments