From edf968090bebc2cb29a808b1ecfc76d41062e90d Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Tue, 16 Jan 2024 22:15:00 +0100 Subject: [PATCH] chore(release): v0.3.6 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db3482f..3eb9d10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 1ced0a8..8df2023 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unwasm", - "version": "0.3.5", + "version": "0.3.6", "description": "WebAssembly tools for JavaScript", "repository": "unjs/unwasm", "license": "MIT",