Skip to content

Commit ff19a5c

Browse files
committed
🧹 chore: bump version
1 parent d777531 commit ff19a5c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bun.lockb

-35 Bytes
Binary file not shown.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elysiajs/cron",
3-
"version": "0.8.0-rc.1",
3+
"version": "0.8.0",
44
"description": "Plugin for Elysia that add support for running cronjob",
55
"author": {
66
"name": "saltyAom",
@@ -35,14 +35,14 @@
3535
"release": "npm run build && npm run test && npm publish --access public"
3636
},
3737
"peerDependencies": {
38-
"elysia": ">= 0.7.0-rc.0"
38+
"elysia": ">= 0.8.0"
3939
},
4040
"devDependencies": {
4141
"@types/node": "^20.1.4",
4242
"@typescript-eslint/eslint-plugin": "^5.59.5",
4343
"@typescript-eslint/parser": "^5.59.5",
4444
"bun-types": "^0.5.8",
45-
"elysia": "0.8.0-rc.0",
45+
"elysia": "0.8.0",
4646
"eslint": "^8.40.0",
4747
"rimraf": "4.3",
4848
"typescript": "^5.0.4"

0 commit comments

Comments
 (0)