Skip to content

Commit

Permalink
release: v3.1.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBarre committed Jan 12, 2023
1 parent 7ed1ac9 commit 47c8981
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Expand Up @@ -18,6 +18,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
registry-url: "https://registry.npmjs.org"
cache: "pnpm"
cache-dependency-path: "**/pnpm-lock.yaml"
- run: pnpm install --frozen-lockfile --prefer-offline
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 3.1.0-beta.2

## 3.1.0-beta.1

## 3.1.0-beta.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@vitejs/plugin-react-swc-monorepo",
"version": "3.1.0-beta.1",
"version": "3.1.0-beta.2",
"private": true,
"scripts": {
"dev": "scripts/bundle.ts --dev",
Expand Down

0 comments on commit 47c8981

Please sign in to comment.