🧹 chore: bump version

This commit is contained in:
saltyaom
2023-12-23 15:03:53 +07:00
parent 60e59cbdda
commit d84dc8c6f5
2 changed files with 4 additions and 4 deletions
BIN
View File
Binary file not shown.
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@elysiajs/swagger",
"version": "0.8.0-rc.0",
"version": "0.8.0",
"description": "Plugin for Elysia to auto-generate Swagger page",
"author": {
"name": "saltyAom",
@@ -35,13 +35,13 @@
"release": "npm run build && npm run test && npm publish --access public"
},
"peerDependencies": {
"elysia": ">= 0.8.0-rc.0"
"elysia": ">= 0.8.0"
},
"devDependencies": {
"@apidevtools/swagger-parser": "^10.1.0",
"@types/node": "^20.1.4",
"bun-types": "^0.7.0",
"elysia": "0.8.0-rc.0",
"elysia": "0.8.0",
"eslint": "^8.40.0",
"rimraf": "4.3",
"typescript": "^5.0.4"
@@ -52,4 +52,4 @@
"lodash.clonedeep": "^4.5.0",
"openapi-types": "^12.1.3"
}
}
}