Skip to content

Commit 7ac9691

Browse files
committed
release: v3.5.0
1 parent f4ac2a9 commit 7ac9691

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 3.5.0
6+
57
### Update peer dependency range to target Vite 5
68

79
There were no breaking change that impacted this plugin, so any combination of React plugins and Vite core version will work.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vitejs/plugin-react-swc-monorepo",
3-
"version": "3.4.1",
3+
"version": "3.5.0",
44
"type": "module",
55
"private": true,
66
"scripts": {

scripts/release.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ release({
1515
const index = changelog.indexOf("## Unreleased") + 13;
1616
console.log(
1717
colors.dim(
18-
changelog.slice(index, changelog.indexOf("## ", index)).trim(),
18+
changelog.slice(index, changelog.indexOf("\n## ", index)).trim(),
1919
),
2020
);
2121
},

0 commit comments

Comments
 (0)