Skip to content

Commit 345b4a5

Browse files
committed
🧹 chore: bump version
1 parent 41e3465 commit 345b4a5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bun.lockb

-715 Bytes
Binary file not shown.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elysiajs/cors",
3-
"version": "0.7.2",
3+
"version": "0.8.0-rc.0",
44
"description": "Plugin for Elysia that for Cross Origin Requests (CORs)",
55
"author": {
66
"name": "saltyAom",
@@ -35,12 +35,12 @@
3535
"devDependencies": {
3636
"@types/node": "^18.11.7",
3737
"bun-types": "^1.0.2",
38-
"elysia": "^0.7.15",
38+
"elysia": "0.8.0-rc.0",
3939
"eslint": "^8.26.0",
4040
"rimraf": "^3.0.2",
4141
"typescript": "^5.2.2"
4242
},
4343
"peerDependencies": {
44-
"elysia": ">= 0.7.0"
44+
"elysia": ">= 0.8.0-rc.0"
4545
}
46-
}
46+
}

0 commit comments

Comments
 (0)