Skip to content

Commit a8e348f

Browse files
committed
🧹 chore: bump version
1 parent 1fd5644 commit a8e348f

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.2 - 5 Sep 2024
27
Feature:
38
- add provenance publish

bun.lockb

-6.47 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/bearer",
3-
"version": "1.1.2",
3+
"version": "1.2.0",
44
"description": "Plugin for Elysia for retreiving Bearer token",
55
"license": "MIT",
66
"scripts": {
@@ -11,11 +11,11 @@
1111
"release": "npm run build && npm run test && npm publish --access public"
1212
},
1313
"peerDependencies": {
14-
"elysia": ">= 1.1.0"
14+
"elysia": ">= 1.2.0"
1515
},
1616
"devDependencies": {
17-
"@types/bun": "1.1.6",
18-
"elysia": ">= 1.1.0-rc.2",
17+
"@types/bun": "1.1.14",
18+
"elysia": ">= 1.2.0",
1919
"eslint": "9.6.0",
2020
"tsup": "^8.1.0",
2121
"typescript": "^5.5.3"
@@ -47,4 +47,4 @@
4747
},
4848
"homepage": "https://github.com/elysiajs/elysia-bearer",
4949
"bugs": "https://github.com/elysiajs/elysia-bearer/issues"
50-
}
50+
}

0 commit comments

Comments
 (0)