Skip to content

Commit

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


## v0.3.5

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

### 🩹 Fixes

- Show better error for parse errors ([3273a03](https://github.com/unjs/unwasm/commit/3273a03))
- **plugin:** Soft warning when failed to parse wasm modules ([7852aa2](https://github.com/unjs/unwasm/commit/7852aa2))
- **plugin:** Handle `//` in chunk file names ([eefa78c](https://github.com/unjs/unwasm/commit/eefa78c))
- Patch parser to support narrow-width integer sign byte opcode ([ae90475](https://github.com/unjs/unwasm/commit/ae90475))

### 📦 Build

- Bundle webassemblyjs parse utils ([fe31895](https://github.com/unjs/unwasm/commit/fe31895))

### 🏡 Chore

- Fix lint issue ([3c37db1](https://github.com/unjs/unwasm/commit/3c37db1))

### ❤️ Contributors

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

## v0.3.4

[compare changes](https://github.com/unjs/unwasm/compare/v0.3.3...v0.3.4)
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.4",
"version": "0.3.5",
"description": "WebAssembly tools for JavaScript",
"repository": "unjs/unwasm",
"license": "MIT",
Expand Down Expand Up @@ -79,4 +79,4 @@
"@webassemblyjs/[email protected]": "patches/@[email protected]"
}
}
}
}

0 comments on commit fb1e7ee

Please sign in to comment.