Skip to content

Commit

Permalink
release: v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBarre committed Nov 16, 2023
1 parent f4ac2a9 commit 7ac9691
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 3.5.0

### Update peer dependency range to target Vite 5

There were no breaking change that impacted this plugin, so any combination of React plugins and Vite core version will work.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@vitejs/plugin-react-swc-monorepo",
"version": "3.4.1",
"version": "3.5.0",
"type": "module",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/release.ts
Expand Up @@ -15,7 +15,7 @@ release({
const index = changelog.indexOf("## Unreleased") + 13;
console.log(
colors.dim(
changelog.slice(index, changelog.indexOf("## ", index)).trim(),
changelog.slice(index, changelog.indexOf("\n## ", index)).trim(),
),
);
},
Expand Down

0 comments on commit 7ac9691

Please sign in to comment.