diff --git a/packages/plugin-react/CHANGELOG.md b/packages/plugin-react/CHANGELOG.md index 969cbb3..c0b6f75 100644 --- a/packages/plugin-react/CHANGELOG.md +++ b/packages/plugin-react/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +## 4.3.2 (2024-09-29) + +Ignore directive sourcemap error [#369](https://github.com/vitejs/vite-plugin-react/issues/369) + ## 4.3.1 (2024-06-10) ### Fix support for React Compiler with React 18 diff --git a/packages/plugin-react/package.json b/packages/plugin-react/package.json index 2a576d3..8f7dbe4 100644 --- a/packages/plugin-react/package.json +++ b/packages/plugin-react/package.json @@ -1,6 +1,6 @@ { "name": "@vitejs/plugin-react", - "version": "4.3.1", + "version": "4.3.2", "license": "MIT", "author": "Evan You", "contributors": [