Skip to content

Commit 78065fd

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

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

package-lock.json

Lines changed: 1 addition & 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: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [0.1.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.1.0-rc.0] - 2025-11-05
425

526
### 🚀 Features

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

0 commit comments

Comments
 (0)