Skip to content

Commit a5a4c8c

Browse files
vados-cosmonicgithub-actions[bot]
authored andcommitted
release: jco-std v0.0.2
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 43bede0 commit a5a4c8c

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

packages/jco-std/CHANGELOG.md

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

3+
## [0.0.2] - 2025-11-07
4+
5+
### 🚀 Features
6+
7+
* *(std)* remove star imports, add more docs by @vados-cosmonic in #1117
8+
9+
10+
### 🐛 Bug Fixes
11+
12+
* *(std)* export paths by @vados-cosmonic
13+
14+
15+
16+
317
## [0.0.1] - 2025-11-07
418

519
### 🚀 Features

packages/jco-std/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bytecodealliance/jco-std",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Library of shared functionality for use with the JS WebAssembly components",
55
"contributors": [
66
{
@@ -53,8 +53,8 @@
5353
"prepack": "npm run build"
5454
},
5555
"devDependencies": {
56-
"@bytecodealliance/jco-transpile": "^0.1.1",
5756
"@bytecodealliance/componentize-js": "^0.19.3",
57+
"@bytecodealliance/jco-transpile": "^0.1.1",
5858
"@bytecodealliance/preview2-shim": "^0.17.5",
5959
"@types/which": "^3.0.4",
6060
"hono": "^4.10.4",

0 commit comments

Comments
 (0)