Skip to content

Commit

Permalink
release: v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Dec 16, 2022
1 parent 29df332 commit 63dbd69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 3.0.1

- Support Emotion via the new `jsxImportSource` option (fixes [#25](https://github.com/vitejs/vite-plugin-react-swc/issues/25))

To use it with Emotion, update your config to:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vitejs/plugin-react-swc-monorepo",
"version": "3.0.0",
"version": "3.0.1",
"private": true,
"scripts": {
"dev": "scripts/bundle.ts --dev",
Expand Down

0 comments on commit 63dbd69

Please sign in to comment.