Skip to content

Commit

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


## v0.3.2

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

### 🚀 Enhancements

- Watch `.wasm` imports when loading ([ea9343f](https://github.com/unjs/unwasm/commit/ea9343f))

### 🩹 Fixes

- Use hashed name to escape paths ([7446cbf](https://github.com/unjs/unwasm/commit/7446cbf))

### 🏡 Chore

- Apply automated fixes ([e2f8a51](https://github.com/unjs/unwasm/commit/e2f8a51))

### ✅ Tests

- Copy wasm fixtures to allow running in windows ([3f51f39](https://github.com/unjs/unwasm/commit/3f51f39))

### 🤖 CI

- Enable testing on windows ([633f69a](https://github.com/unjs/unwasm/commit/633f69a))

### ❤️ Contributors

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

## v0.3.1

[compare changes](https://github.com/unjs/unwasm/compare/v0.3.0...v0.3.1)
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.1",
"version": "0.3.2",
"description": "WebAssembly tools for JavaScript",
"repository": "unjs/unwasm",
"license": "MIT",
Expand Down

0 comments on commit a918c44

Please sign in to comment.