Skip to content

Commit

Permalink
chore(release): v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jan 16, 2024
1 parent d6262d7 commit edf9680
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Changelog


## v0.3.6

[compare changes](https://github.com/unjs/unwasm/compare/v0.3.5...v0.3.6)

### 🩹 Fixes

- Patch to use `Buffer.alloc` instead of `new Buffer` ([d6262d7](https://github.com/unjs/unwasm/commit/d6262d7))

### ❤️ Contributors

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

## v0.3.5

[compare changes](https://github.com/unjs/unwasm/compare/v0.3.4...v0.3.5)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unwasm",
"version": "0.3.5",
"version": "0.3.6",
"description": "WebAssembly tools for JavaScript",
"repository": "unjs/unwasm",
"license": "MIT",
Expand Down

0 comments on commit edf9680

Please sign in to comment.