Skip to content

Commit

Permalink
Release v3.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBarre committed Dec 8, 2022
1 parent 00fe7e4 commit 7aca00b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 3.0.0-beta.2

- breaking: update plugin name to `vite:react-swc` to match official plugins naming
- fix: don't add React Refresh wrapper for SSR transform (fixes [#11](https://github.com/vitejs/vite-plugin-react-swc/issues/11))
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",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"license": "MIT",
"scripts": {
"dev": "scripts/bundle.ts --dev",
Expand Down

0 comments on commit 7aca00b

Please sign in to comment.