Skip to content

Commit

Permalink
chore: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
magne4000 committed Jul 4, 2024
1 parent 4ee0637 commit 55dfd5a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/vercel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# vite-plugin-vercel

## 7.0.2

### Patch Changes

- Explicitely export types
- @vite-plugin-vercel/vike@7.0.1

## 7.0.1

### Patch Changes
Expand Down
5 changes: 4 additions & 1 deletion packages/vercel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-vercel",
"version": "7.0.1",
"version": "7.0.2",
"type": "module",
"files": [
"dist",
Expand All @@ -12,6 +12,9 @@
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"./types": {
"types": "./index.d.ts"
}
},
"types": "./index.d.ts",
Expand Down

0 comments on commit 55dfd5a

Please sign in to comment.