Skip to content

Commit d84dc8c

Browse files
committed
🧹 chore: bump version
1 parent 60e59cb commit d84dc8c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bun.lockb

-35 Bytes
Binary file not shown.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elysiajs/swagger",
3-
"version": "0.8.0-rc.0",
3+
"version": "0.8.0",
44
"description": "Plugin for Elysia to auto-generate Swagger page",
55
"author": {
66
"name": "saltyAom",
@@ -35,13 +35,13 @@
3535
"release": "npm run build && npm run test && npm publish --access public"
3636
},
3737
"peerDependencies": {
38-
"elysia": ">= 0.8.0-rc.0"
38+
"elysia": ">= 0.8.0"
3939
},
4040
"devDependencies": {
4141
"@apidevtools/swagger-parser": "^10.1.0",
4242
"@types/node": "^20.1.4",
4343
"bun-types": "^0.7.0",
44-
"elysia": "0.8.0-rc.0",
44+
"elysia": "0.8.0",
4545
"eslint": "^8.40.0",
4646
"rimraf": "4.3",
4747
"typescript": "^5.0.4"
@@ -52,4 +52,4 @@
5252
"lodash.clonedeep": "^4.5.0",
5353
"openapi-types": "^12.1.3"
5454
}
55-
}
55+
}

0 commit comments

Comments
 (0)