From 9d65ac27df7e760485eefbe01f8c9cd5d09c4619 Mon Sep 17 00:00:00 2001 From: Menci Date: Fri, 20 Dec 2024 00:56:51 +0800 Subject: [PATCH] chore: bump to v3.4.0 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a0cd9f8..3baea61 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 4e733f0..ff3433b 100644 --- a/package.json +++ b/package.json @@ -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",