Skip to content

Commit 604db87

Browse files
committed
🧹 chore: bump version
1 parent e7d5215 commit 604db87

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bun.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"typescript": "^5.5.3",
1919
},
2020
"peerDependencies": {
21-
"elysia": ">= 1.3.0-exp.71",
21+
"elysia": ">= 1.3.0",
2222
},
2323
},
2424
},

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elysiajs/swagger",
3-
"version": "1.3.0-exp.1",
3+
"version": "1.3.0",
44
"description": "Plugin for Elysia to auto-generate Swagger page",
55
"author": {
66
"name": "saltyAom",
@@ -57,7 +57,7 @@
5757
"release": "npm run build && npm run test && npm publish --access public"
5858
},
5959
"peerDependencies": {
60-
"elysia": ">= 1.3.0-exp.71"
60+
"elysia": ">= 1.3.0"
6161
},
6262
"devDependencies": {
6363
"@apidevtools/swagger-parser": "^10.1.0",
@@ -73,4 +73,4 @@
7373
"openapi-types": "^12.1.3",
7474
"pathe": "^1.1.2"
7575
}
76-
}
76+
}

0 commit comments

Comments
 (0)