diff --git a/CHANGELOG.md b/CHANGELOG.md index 6947c0b..c571d13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.1.2 - 5 Sep 2024 +Feature: +- add provenance publish + # 1.1.1 - 12 Aug 2024 Feature: - add hide flag @@ -62,9 +66,9 @@ Change: Change: - Add support for Elysia 0.8 -# 0.7.5 +# 0.7.5 Improvement: -- #[59](https://github.com/elysiajs/elysia-swagger/pull/59) use relative path to swagger json #59 +- #[59](https://github.com/elysiajs/elysia-swagger/pull/59) use relative path to swagger json #59 # 0.7.4 - 27 Oct 2023 Improvement: @@ -81,7 +85,7 @@ Bug fix: # 0.7.3 - 26 Sep 2023 Feature: - [#19](https://github.com/elysiajs/elysia-swagger/pull/19) feat: handle nullish response types -- [#18](https://github.com/elysiajs/elysia-swagger/pull/18) swagger ui options +- [#18](https://github.com/elysiajs/elysia-swagger/pull/18) swagger ui options Improvement: diff --git a/package.json b/package.json index 65701d7..0fb94fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@elysiajs/swagger", - "version": "1.1.1", + "version": "1.1.2", "description": "Plugin for Elysia to auto-generate Swagger page", "author": { "name": "saltyAom",