Skip to content

Commit 7d00552

Browse files
committed
🎉 feat: provenance publish
1 parent 40c1267 commit 7d00552

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.1.2 - 5 Sep 2024
2+
Feature:
3+
- add provenance publish
4+
15
# 1.1.1 - 12 Aug 2024
26
Feature:
37
- add hide flag
@@ -62,9 +66,9 @@ Change:
6266
Change:
6367
- Add support for Elysia 0.8
6468

65-
# 0.7.5
69+
# 0.7.5
6670
Improvement:
67-
- #[59](https://github.com/elysiajs/elysia-swagger/pull/59) use relative path to swagger json #59
71+
- #[59](https://github.com/elysiajs/elysia-swagger/pull/59) use relative path to swagger json #59
6872

6973
# 0.7.4 - 27 Oct 2023
7074
Improvement:
@@ -81,7 +85,7 @@ Bug fix:
8185
# 0.7.3 - 26 Sep 2023
8286
Feature:
8387
- [#19](https://github.com/elysiajs/elysia-swagger/pull/19) feat: handle nullish response types
84-
- [#18](https://github.com/elysiajs/elysia-swagger/pull/18) swagger ui options
88+
- [#18](https://github.com/elysiajs/elysia-swagger/pull/18) swagger ui options
8589

8690

8791
Improvement:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elysiajs/swagger",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Plugin for Elysia to auto-generate Swagger page",
55
"author": {
66
"name": "saltyAom",

0 commit comments

Comments
 (0)