diff --git a/packages/module-react/CHANGELOG.md b/packages/module-react/CHANGELOG.md index 3cfd4040..da3c2a13 100644 --- a/packages/module-react/CHANGELOG.md +++ b/packages/module-react/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## v1.1.5 + +[compare changes](https://github.com/wxt-dev/wxt/compare/module-react-v1.1.4...module-react-v1.1.5) + +### 🏡 Chore + +- **deps:** Support @vitejs/plugin-react@5 ([9170159b](https://github.com/wxt-dev/wxt/commit/9170159b)) + +### ❤️ Contributors + +- Aaron ([@aklinker1](https://github.com/aklinker1)) + ## v1.1.4 [compare changes](https://github.com/wxt-dev/wxt/compare/module-react-v1.1.3...module-react-v1.1.4) diff --git a/packages/module-react/package.json b/packages/module-react/package.json index 23460cdb..ef656332 100644 --- a/packages/module-react/package.json +++ b/packages/module-react/package.json @@ -18,7 +18,7 @@ }, "license": "MIT", "funding": "https://github.com/sponsors/wxt-dev", - "version": "1.1.4", + "version": "1.1.5", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.mjs",