Skip to content

Commit 7aca00b

Browse files
committedDec 8, 2022
Release v3.0.0-beta.2
1 parent 00fe7e4 commit 7aca00b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 3.0.0-beta.2
44

55
- breaking: update plugin name to `vite:react-swc` to match official plugins naming
66
- fix: don't add React Refresh wrapper for SSR transform (fixes [#11](https://github.com/vitejs/vite-plugin-react-swc/issues/11))

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vitejs/plugin-react-swc",
3-
"version": "3.0.0-beta.1",
3+
"version": "3.0.0-beta.2",
44
"license": "MIT",
55
"scripts": {
66
"dev": "scripts/bundle.ts --dev",

0 commit comments

Comments
 (0)
Please sign in to comment.