Skip to content

Commit

Permalink
chore(release): v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Dec 28, 2023
1 parent 7a544b4 commit 75ac8a7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
# Changelog


## v0.3.1

[compare changes](https://github.com/unjs/unwasm/compare/v0.3.0...v0.3.1)

### 🩹 Fixes

- Always return init as default export ([705e178](https://github.com/unjs/unwasm/commit/705e178))

### 📦 Build

- Export commonjs ([7a544b4](https://github.com/unjs/unwasm/commit/7a544b4))

### 🌊 Types

- Export `UnwasmPluginOptions` ([deace11](https://github.com/unjs/unwasm/commit/deace11))

### ❤️ Contributors

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

## v0.3.0

[compare changes](https://github.com/unjs/unwasm/compare/v0.2.0...v0.3.0)
Expand Down
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.3.0",
"version": "0.3.1",
"description": "WebAssembly tools for JavaScript",
"repository": "unjs/unwasm",
"license": "MIT",
Expand Down Expand Up @@ -70,4 +70,4 @@
"vitest": "^1.1.0"
},
"packageManager": "[email protected]"
}
}

0 comments on commit 75ac8a7

Please sign in to comment.