Skip to content

Commit

Permalink
release: v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBarre committed Jan 31, 2024
1 parent 211be35 commit 21eef9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion 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": {
Expand Down

0 comments on commit 21eef9e

Please sign in to comment.