diff --git a/.changeset/plain-cars-tan.md b/.changeset/plain-cars-tan.md deleted file mode 100644 index e37a2cf..0000000 --- a/.changeset/plain-cars-tan.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'fastify-zod-openapi': patch ---- - -Optimise tree shaking diff --git a/CHANGELOG.md b/CHANGELOG.md index 05ba11b..3b77627 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # fastify-zod-openapi +## 5.6.1 + +### Patch Changes + +- [#357](https://github.com/samchungy/fastify-zod-openapi/pull/357) [`f395c03`](https://github.com/samchungy/fastify-zod-openapi/commit/f395c038c8dd0643496b3c8c53d82904058681fd) Thanks [@samchungy](https://github.com/samchungy)! - Optimise tree shaking + ## 5.6.0 ### Minor Changes diff --git a/package.json b/package.json index 06dcea4..6025260 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-zod-openapi", - "version": "5.6.0", + "version": "5.6.1", "description": "Fastify plugin for zod-openapi", "keywords": [ "typescript",