diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..fadfea5 --- /dev/null +++ b/CHANGELOG.md @@ -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)) + diff --git a/package.json b/package.json index 0888ea0..6297815 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unwasm", - "version": "0.0.0", + "version": "0.0.1", "description": "WebAssembly tools for JavaScript", "repository": "unjs/unwasm", "license": "MIT", @@ -47,4 +47,4 @@ "vitest": "^1.1.0" }, "packageManager": "pnpm@8.12.1" -} +} \ No newline at end of file