Skip to content

Commit a4fe614

Browse files
committed
chore(release): v0.0.1
1 parent 5183edc commit a4fe614

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Changelog
2+
3+
4+
## v0.0.1
5+
6+
7+
### 💅 Refactors
8+
9+
- Rename plugin options export ([f5daa65](https://github.com/unjs/unwasm/commit/f5daa65))
10+
11+
### 🏡 Chore
12+
13+
- Update readme ([0073bfd](https://github.com/unjs/unwasm/commit/0073bfd))
14+
- Add .tmp to prettierignore ([5183edc](https://github.com/unjs/unwasm/commit/5183edc))
15+
16+
### ❤️ Contributors
17+
18+
- Pooya Parsa ([@pi0](http://github.com/pi0))
19+

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unwasm",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "WebAssembly tools for JavaScript",
55
"repository": "unjs/unwasm",
66
"license": "MIT",
@@ -47,4 +47,4 @@
4747
"vitest": "^1.1.0"
4848
},
4949
"packageManager": "[email protected]"
50-
}
50+
}

0 commit comments

Comments
 (0)