From a918c444deeef8316d67c5df2aea52fc352ac97d Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Fri, 29 Dec 2023 01:20:50 +0100 Subject: [PATCH] chore(release): v0.3.2 --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28da4d2..a4150fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index ee688ae..cc2ed60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unwasm", - "version": "0.3.1", + "version": "0.3.2", "description": "WebAssembly tools for JavaScript", "repository": "unjs/unwasm", "license": "MIT",