diff --git a/CHANGELOG.md b/CHANGELOG.md index eb712ef..e5d6c34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 3.6.0 + ### Add parserConfig option This will unlock to use the plugin in some use cases where the original source code is not in TS. Using this option to keep using JSX inside `.js` files is highly discouraged and can be removed in any future version. diff --git a/package.json b/package.json index c7e76a4..dc41bc2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vitejs/plugin-react-swc-monorepo", - "version": "3.5.0", + "version": "3.6.0", "type": "module", "private": true, "scripts": {