diff --git a/CHANGELOG.md b/CHANGELOG.md index 0685a88..95117e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 3.4.0 + - Add `devTarget` option (fixes [#141](https://github.com/vitejs/vite-plugin-react-swc/issues/141)) - Disable Fast Refresh based on `config.server.hmr === false` instead of `process.env.TEST` - Warn when plugin is in WebContainers (see [#118](https://github.com/vitejs/vite-plugin-react-swc/issues/118)) diff --git a/package.json b/package.json index df0e361..b5be7aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vitejs/plugin-react-swc-monorepo", - "version": "3.3.2", + "version": "3.4.0", "type": "module", "private": true, "scripts": {