Skip to content

Commit e4dd9de

Browse files
committed
🧹 chore: bump version
1 parent de56acd commit e4dd9de

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
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

-9.77 KB
Binary file not shown.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elysiajs/cors",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "Plugin for Elysia that for Cross Origin Requests (CORs)",
55
"author": {
66
"name": "saltyAom",
@@ -36,14 +36,14 @@
3636
"release": "npm run build && npm run test && npm publish --access public"
3737
},
3838
"devDependencies": {
39-
"@types/bun": "^1.1.6",
39+
"@types/bun": "1.1.14",
4040
"@types/node": "^20.14.10",
41-
"elysia": ">= 1.1.0-rc.2",
42-
"eslint": "^8.26.0",
41+
"elysia": ">= 1.2.0",
42+
"eslint": "9.6.0",
4343
"tsup": "^8.1.0",
4444
"typescript": "^5.5.2"
4545
},
4646
"peerDependencies": {
47-
"elysia": ">= 1.1.0"
47+
"elysia": ">= 1.2.0"
4848
}
49-
}
49+
}

0 commit comments

Comments
 (0)