Skip to content

Commit 188b20c

Browse files
committed
🧹 chore: bump version
1 parent a13c6f6 commit 188b20c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bun.lockb

-875 Bytes
Binary file not shown.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@elysiajs/jwt",
33
"description": "Plugin for Elysia for using JWT Authentication",
4-
"version": "0.8.0-rc.0",
4+
"version": "0.8.0",
55
"author": {
66
"name": "saltyAom",
77
"url": "https://github.com/SaltyAom",
@@ -45,12 +45,12 @@
4545
"@typescript-eslint/eslint-plugin": "^6.6.0",
4646
"@typescript-eslint/parser": "^6.6.0",
4747
"bun-types": "^0.5.8",
48-
"elysia": "0.8.0-rc.0",
48+
"elysia": "0.8.0",
4949
"eslint": "^8.40.0",
5050
"rimraf": "4.3",
5151
"typescript": "^5.1.6"
5252
},
5353
"peerDependencies": {
54-
"elysia": ">= 0.8.0-rc.0"
54+
"elysia": ">= 0.8.0"
5555
}
5656
}

0 commit comments

Comments
 (0)