mirror of
https://github.com/zoriya/elysia-swagger.git
synced 2025-12-06 00:36:10 +00:00
🧹 chore: bump version
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
.git
|
||||
.github
|
||||
.gitignore
|
||||
.prettierrc
|
||||
.cjs.swcrc
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
|
||||
# 1.1.0 - 16 Jul 2024
|
||||
Change:
|
||||
- Add support for Elysia 1.1
|
||||
|
||||
|
||||
# 1.1.0-rc.0 - 12 Jul 2024
|
||||
Change:
|
||||
- Add support for Elysia 1.1
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@elysiajs/swagger",
|
||||
"version": "1.1.0-rc.1",
|
||||
"version": "1.1.0",
|
||||
"description": "Plugin for Elysia to auto-generate Swagger page",
|
||||
"author": {
|
||||
"name": "saltyAom",
|
||||
@@ -62,7 +62,7 @@
|
||||
"release": "npm run build && npm run test && npm publish --access public"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"elysia": ">= 1.1.0-rc.2"
|
||||
"elysia": ">= 1.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@apidevtools/swagger-parser": "^10.1.0",
|
||||
|
||||
Reference in New Issue
Block a user