🧹 chore: bump version

This commit is contained in:
saltyaom
2024-07-16 18:57:35 +07:00
parent 8e928acf5c
commit ca5bdfac02
4 changed files with 23 additions and 17 deletions

View File

@@ -1,4 +1,5 @@
.git
.github
.gitignore
.prettierrc
.cjs.swcrc

View File

@@ -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

BIN
bun.lockb

Binary file not shown.

View File

@@ -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",