Skip to content

Commit 7dd28fc

Browse files
committed
🧹 chore: bump version
1 parent 2cb096b commit 7dd28fc

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.55 KB
Binary file not shown.

package.json

Lines changed: 5 additions & 5 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": "1.1.1",
4+
"version": "1.2.0",
55
"author": {
66
"name": "saltyAom",
77
"url": "https://github.com/SaltyAom",
@@ -42,15 +42,15 @@
4242
"jose": "^4.14.4"
4343
},
4444
"devDependencies": {
45-
"@types/bun": "1.1.6",
45+
"@types/bun": "1.1.14",
4646
"@typescript-eslint/eslint-plugin": "^6.6.0",
4747
"@typescript-eslint/parser": "^6.6.0",
48-
"elysia": ">= 1.1.0-rc.2",
48+
"elysia": ">= 1.2.0",
4949
"eslint": "9.6.0",
5050
"tsup": "^8.1.0",
5151
"typescript": "^5.5.3"
5252
},
5353
"peerDependencies": {
54-
"elysia": ">= 1.1.0"
54+
"elysia": ">= 1.2.0"
5555
}
56-
}
56+
}

0 commit comments

Comments
 (0)