diff --git a/CHANGELOG.md b/CHANGELOG.md index 6958da6..a77114e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.1.1](https://github.com/touchifyapp/fastify-oapi/compare/v2.1.0...v2.1.1) (2023-10-15) + + +### Bug Fixes + +* export openapi types directly ([7d0bddf](https://github.com/touchifyapp/fastify-oapi/commit/7d0bddf0933c57dd822ffbe5524a55fef8172f8a)) + # [2.1.0](https://github.com/touchifyapp/fastify-oapi/compare/v2.0.1...v2.1.0) (2023-10-15) diff --git a/package.json b/package.json index 3d35dc1..218a442 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-oapi", - "version": "2.1.0", + "version": "2.1.1", "description": "Fastify plugin to make your fastify server fully compliant with Open API v3", "author": "Touchify ", "license": "MIT",