Skip to content

Commit

Permalink
chore(release): v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Dec 27, 2023
1 parent 5183edc commit a4fe614
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog


## v0.0.1


### 💅 Refactors

- Rename plugin options export ([f5daa65](https://github.com/unjs/unwasm/commit/f5daa65))

### 🏡 Chore

- Update readme ([0073bfd](https://github.com/unjs/unwasm/commit/0073bfd))
- Add .tmp to prettierignore ([5183edc](https://github.com/unjs/unwasm/commit/5183edc))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unwasm",
"version": "0.0.0",
"version": "0.0.1",
"description": "WebAssembly tools for JavaScript",
"repository": "unjs/unwasm",
"license": "MIT",
Expand Down Expand Up @@ -47,4 +47,4 @@
"vitest": "^1.1.0"
},
"packageManager": "[email protected]"
}
}

0 comments on commit a4fe614

Please sign in to comment.