Skip to content

Commit

Permalink
chore: bump to v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Menci committed Dec 19, 2024
1 parent 16c99fe commit 9d65ac2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Add WebAssembly ESM integration (aka. Webpack's `asyncWebAssembly`) to Vite and

## Installation

Now this plugin supports both Vite 2.x and 3.x. Just install it:
This plugin supports from Vite 2.x to 6.x. Just install it:

```bash
yarn add -D vite-plugin-wasm
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": "vite-plugin-wasm",
"version": "3.3.0",
"version": "3.4.0",
"description": "Add WebAssembly ESM integration (aka. Webpack's `asyncWebAssembly`) to Vite and support `wasm-pack` generated modules.",
"type": "module",
"types": "./exports/require.d.cts",
Expand Down

0 comments on commit 9d65ac2

Please sign in to comment.