Skip to content

Commit 83b3a5f

Browse files
committed
🧹 chore: bump version
1 parent 027e773 commit 83b3a5f

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2+
# 1.2.0-rc.0 - 23 Dec 2024
3+
Change:
4+
- Add support for Elysia 1.2
5+
16
# 1.1.1 - 5 Sep 2024
27
Feature:
38
- add provenance publish

bun.lockb

-1.54 KB
Binary file not shown.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elysiajs/cron",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "Plugin for Elysia that add support for running cronjob",
55
"author": {
66
"name": "saltyAom",
@@ -40,20 +40,20 @@
4040
"croner": "^6.0.3"
4141
},
4242
"devDependencies": {
43-
"@types/bun": "1.1.6",
43+
"@types/bun": "1.1.14",
4444
"@typescript-eslint/eslint-plugin": "^5.59.5",
4545
"@typescript-eslint/parser": "^5.59.5",
46-
"elysia": ">= 1.1.0-rc.2",
46+
"elysia": ">= 1.2.0",
4747
"eslint": "9.6.0",
4848
"tsup": "^8.1.0",
4949
"typescript": "^5.5.3"
5050
},
5151
"peerDependencies": {
52-
"elysia": ">= 1.1.0"
52+
"elysia": ">= 1.2.0"
5353
},
5454
"peerDependenciesMeta": {
5555
"croner": {
5656
"optional": true
5757
}
5858
}
59-
}
59+
}

0 commit comments

Comments
 (0)